How do i make the hyper link blink

R

Raja Gopal

Hi ,

I am adding a new hyper link to my site which
should catch the eye of the visitors.So I want the hyper
link to blink.Please help me.

Raja Gopal
 
M

MD WebsUnlimited.com

Hi Raja,

<style>

a { text-decoration: blink; }

</style>

This is not good web design and I advise against it.
 
Top