Making words blink

M

Mark Lopa

Is there a way to make a word blink? I think I remember it
can be done in Netscape, but not IE. Is that still true?
Can someone give me the code to make the word HELLO blink?

Also, is there a way to make it blink only a certain
amount of times?

Thanks,
Mark
 
G

Gregg

I really need to know the code for this also, so if anyone
has it please post it here or send me an e-mail at
(e-mail address removed)
 
M

MD WebsUnlimited.com

Hi,

I don't recommend that you use blinking text. First it is annoying second it
decreases accessibility.

Use CSS to set a blink.

<style >
..blink { text-decoration: blink; }
</style>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top