PDA

View Full Version : A few questions


Millencolin
03-17-2002, 02:11 AM
What's the html tags for blinking text, glow text, and shadow text? If there is any:geek:

Nafae
03-17-2002, 11:43 AM
Those are css tags, you can get some examples of them at http://pub79.ezboard.com/fatlas13897frm11.showMessage?topicID=8.topic

hope that helps!

Millencolin
03-17-2002, 05:53 PM
Cool thanks!:)
Do you know if they will work on a blank html document, like for a webpage?

Nafae
03-17-2002, 06:39 PM
yep, they should :)

Millencolin
03-17-2002, 07:26 PM
Neato! Thanks:)

Mako
03-22-2002, 10:05 PM
Just a word to the wise, blinking text is considered a MAJOR no-no, in web design. Stay away from it if at ALL possible :).

Feztaa
03-23-2002, 01:46 AM
Same goes for Marquee text ;)

(luckily I use mozilla which supports neither, ha! :D)

Progman
08-12-2003, 01:09 PM
He's right, you should stay away from the blinking text and the <marquee> tag but if u must know, to create blinking text with HTML, you would use the <blink> and </blink> tags. There are also a number of text enhancers like the ones above in Javascript and CSS

jamessan
08-12-2003, 02:10 PM
If I recall correctly, <blink> </blink> was a Netscape thing. Although, I wouldn't be surprised if IE ended up picking it up. Luckily, I didn't have to ever deal with that, so I'm not absolutely sure if I'm correct.