![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Could you tell me how to remove the underlines under links? Thanks |

#3
| |||
| |||
|
|
"Ralph Dellinger" <rdellinger (AT) cox (DOT) net> wrote in message news:OUONa.13788$1a6.5752 (AT) lakeread01 (DOT) .. Could you tell me how to remove the underlines under links? Thanks 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! ![]() I think it has to be like this: |
#4
| |||
| |||
|
|
a:link { text-decoration:none; } |
#5
| |||
| |||
|
|
"spaghetti" <spaghetti (AT) aspyre (DOT) net> wrote in message news:be8fc4$2d520$1 (AT) ID-159842 (DOT) news.dfncis.de... In your stylesheet, add something like: a:href { text-decoration:none; } I think it has to be like this: a:link { text-decoration:none; } |
#6
| |||
| |||
|
|
Could you tell me how to remove the underlines under links? Thanks |
#7
| |||
| |||
|
#8
| |||
| |||
|
|
On Sun, 6 Jul 2003 08:29:30 +0100, "David Graham" david.graham16 (AT) ntlworld (DOT) com> wrote: "spaghetti" <spaghetti (AT) aspyre (DOT) net> wrote in message news:be8fc4$2d520$1 (AT) ID-159842 (DOT) news.dfncis.de... "Ralph Dellinger" <rdellinger (AT) cox (DOT) net> wrote in message news:OUONa.13788$1a6.5752 (AT) lakeread01 (DOT) .. Could you tell me how to remove the underlines under links? I think it has to be like this: a:link { text-decoration:none; } 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? |
![]() |
| Thread Tools | |
| Display Modes | |
| |