R
Ralph Dellinger
Could you tell me how to remove the underlines under links? Thanks
Ralph Dellinger said:Could you tell me how to remove the underlines under links? Thanks
I think it has to be like this:spaghetti said:In your stylesheet, add something like:
a:href { text-decoration:none; }
That'll remove underlining, etc. But you need to make sure users will still
be able to see that it's a link. Use bold text, a different, contrasting
color (don't forget colorblind users!), or something!![]()
David Graham said:a:link { text-decoration:none; }
I think it has to be like this:
a:link { text-decoration:none; }
Could you tell me how to remove the underlines under links? Thanks
William Starr Moake said:That didn't work for me in IE 5.5 or IE 6.0. I have to use this:
a: {text-decoration:none;}
Anyone know why the standard a:link doesn't work in these versions of
IE?
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.