Jump to content

how to remove underline from hyperlink but allow text-decoration: blink;


jasonc

Recommended Posts

a {
    text-decoration: none;
    text-decoration: blink;
}

 

That's supposed to work.

 

 

thats what i thought, but for some reason it did not in firefox, i did not check in IE.

 

but looking again just now i found a way, no underline the hyperlink and then

<l style="text-decoration: blink;">text</l>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.