Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 51

Thread: HTML help!

  1. #16
    Gatekeeper of Strong Wind syun_ukiya's Avatar
    Join Date
    Jul 2001
    Location
    .A N I M E E X E
    Posts
    434

    Default

    ahh... so can it be possible that when you click a pic and the url will be opened in new window? It won't be replacing the current window you are in?

  2. #17
    Your worst wet nightmare Recognized Member Squally Leonharty's Avatar
    Join Date
    Sep 2000
    Location
    Maastricht, the Netherlands
    Posts
    314
    Contributions
    • Notable contributions to former Help Forum

    Default

    I've just realized, thanks to Aexoden, that it is still possible to change the bordercolor. This is the last time I'm gonna say it.

    This one gives you a blue border:

    <a href="URL"><img src="URL to picture" style="border-color:blue;"></a>

    I assure you that works.


    As for the new window, you need to point to a target, which should be:

    <a href="URL" target="_____">

    _____ can be:

    - newwindow
    - _blank

    It can also be done in Javascript, but that's not necessary for you.

  3. #18
    Gatekeeper of Strong Wind syun_ukiya's Avatar
    Join Date
    Jul 2001
    Location
    .A N I M E E X E
    Posts
    434

    Default

    <a href="http://pub80.ezboard.com/banimefreak"><img src="http://www.animevisions.net/Pictures/Sillykenshin.gif" style="border-color:blue;"></a>

    Yay!!! Thanx a lot! So what does the target="_blank" mean... I did try the target="_blank" but all it did was the same as "newwindow" So both are the same? So what's the best for you the one w/ border or the one w/o?

    Last edited by syun_ukiya; 03-29-2002 at 11:15 AM.

  4. #19
    Your worst wet nightmare Recognized Member Squally Leonharty's Avatar
    Join Date
    Sep 2000
    Location
    Maastricht, the Netherlands
    Posts
    314
    Contributions
    • Notable contributions to former Help Forum

    Default

    _blank and newwindow have both the same function: popping up a new window.


    I think with border is better than without one.

  5. #20
    Gatekeeper of Strong Wind syun_ukiya's Avatar
    Join Date
    Jul 2001
    Location
    .A N I M E E X E
    Posts
    434

    Default

    How to make the fonts glow!?

  6. #21
    Hypnotising you crono_logical's Avatar
    Join Date
    May 2001
    Location
    Back in Time
    Posts
    9,313
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    <table width=450 cellpadding=10 style="filterLOW(color=#ff3333, strength=15)"><TR><TD>
    <B><FONT COLOR="#99ff00">What? Like this? It's an IE specific feature, just to let you know, so people using Netscape or Opera won't be able to see it </FONT></B></TD></TR></table>

    I used:

    style="filterLOW(color=#ff3333, strength=15)"

    inside the TABLE tag

    You can change the colour and strength values, of course


    For some strange reason, it only works in a TABLE tag for me, and not the normal FONT tag
    Problems playing downloaded videos? Try CCCP


  7. #22
    Gatekeeper of Strong Wind syun_ukiya's Avatar
    Join Date
    Jul 2001
    Location
    .A N I M E E X E
    Posts
    434

    Default

    Good!

    So can you use color names for example blue, rather than color codes. Anc can you make different fonts glow!? Or that will be tha only and default font!?

  8. #23
    Your worst wet nightmare Recognized Member Squally Leonharty's Avatar
    Join Date
    Sep 2000
    Location
    Maastricht, the Netherlands
    Posts
    314
    Contributions
    • Notable contributions to former Help Forum

    Default

    You can use both words and hexademical numbers. And yes, you can make different fonts glow.

  9. #24
    Hypnotising you crono_logical's Avatar
    Join Date
    May 2001
    Location
    Back in Time
    Posts
    9,313
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    Hexadecimal would be better, better you can tweak the colour to suit your purposes much more precisely

    <table cellpadding=10><TR><TD style="filterLOW(color=#ffff33, strength=15)">
    <B><FONT SIZE="+1" COLOR="#ff0000" FACE="Comic Sans MS">How do you mean different fonts?</FONT></B></TD></TR><TR><TD style="filterLOW(color=#3333ff, strength=15)"><FONT SIZE="+3" COLOR="#00ff00" FACE="Brush Script MT"><B>I don't see why not, just change the font face like you normally do </B></FONT></TD></TR><TR><TD style="filterLOW(color=#ff3300, strength=15)"><FONT SIZE="+1" COLOR="#3300FF" FACE="Times New Roman"><B>Though it appears you have to do it in paragraph chunks, it doesn't seems to work for individual letters </B></FONT></TD></TR></table>

    Don't go over the top with it, it makes it fairly hard to read without enlarging the text
    Problems playing downloaded videos? Try CCCP


  10. #25
    Your worst wet nightmare Recognized Member Squally Leonharty's Avatar
    Join Date
    Sep 2000
    Location
    Maastricht, the Netherlands
    Posts
    314
    Contributions
    • Notable contributions to former Help Forum

    Default

    They look nice, though.

  11. #26
    Hypnotising you crono_logical's Avatar
    Join Date
    May 2001
    Location
    Back in Time
    Posts
    9,313
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    <TABLE CELLPADDING=25 WIDTH=500 HEIGHT=150><TR><TD align=center valign=middle style="color: #00ffff; filter: glow(color=#990033,strength=25) flipV() flipH() Wave(Freq=11,LightStrength=40,Strength=3);"><FONT SIZE="+2" face="Comic Sans MS"><B>Shame it's an IE thing only I don't remember that many other effects off the top of my head though </B</FONT><BR><IMG WIDTH="60" HEIGHT="60" SRC="http://clogical.homestead.com/files/cronocyclone.gif">&nbsp;<IMG WIDTH="60" HEIGHT="60" SRC="http://clogical.homestead.com/files/hynowave.gif">&nbsp;<IMG WIDTH="60" HEIGHT="60" SRC="http://clogical.homestead.com/files/files/magusspl.gif"></TD></TR></TABLE>

    It's interesting how this highlights
    Problems playing downloaded videos? Try CCCP


  12. #27
    Your worst wet nightmare Recognized Member Squally Leonharty's Avatar
    Join Date
    Sep 2000
    Location
    Maastricht, the Netherlands
    Posts
    314
    Contributions
    • Notable contributions to former Help Forum

    Default

    :laugh:

    Not bad, crono. You can do a lot of nifty tricks with the table tag.

  13. #28
    Gatekeeper of Strong Wind syun_ukiya's Avatar
    Join Date
    Jul 2001
    Location
    .A N I M E E X E
    Posts
    434

    Default

    hey that's cool how did you do that upside down thingy!?

  14. #29
    Your worst wet nightmare Recognized Member Squally Leonharty's Avatar
    Join Date
    Sep 2000
    Location
    Maastricht, the Netherlands
    Posts
    314
    Contributions
    • Notable contributions to former Help Forum

    Default

    Just add this:

    flipV()

    in the TD tag.

    flipH() is also possible. It'll make the text backwards.

  15. #30
    Hypnotising you crono_logical's Avatar
    Join Date
    May 2001
    Location
    Back in Time
    Posts
    9,313
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    Not just inside the TD tag, but inside the STYLE parameter as such:

    &lt;TD STYLE="filter: flipH() flipV();">


    You need both if you want proper upside-down as above, use one if you want thing thing to appear as a mirror image.
    Problems playing downloaded videos? Try CCCP


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •