jasonc Posted March 8, 2010 Share Posted March 8, 2010 I wish to remove the underline from the hyperlink and have it blink using the text-decoration: blink; how can this be done. Quote Link to comment https://forums.phpfreaks.com/topic/194505-how-to-remove-underline-from-hyperlink-but-allow-text-decoration-blink/ Share on other sites More sharing options...
ferdi Posted March 8, 2010 Share Posted March 8, 2010 a { text-decoration: none; text-decoration: blink; } That's supposed to work. Quote Link to comment https://forums.phpfreaks.com/topic/194505-how-to-remove-underline-from-hyperlink-but-allow-text-decoration-blink/#findComment-1023011 Share on other sites More sharing options...
jasonc Posted March 8, 2010 Author Share Posted March 8, 2010 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> Quote Link to comment https://forums.phpfreaks.com/topic/194505-how-to-remove-underline-from-hyperlink-but-allow-text-decoration-blink/#findComment-1023071 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.