Sat, 2007-11-24 08:21
Hi,
Please, help me on removing the underline decoration on my images that are links.
My page is here.
I tried the following but didn't help.#header img a{
text-decoration:none
}
Thank you
Sat, 2007-11-24 09:01
#1
I didn't see any underlines
I didn't see any underlines in FF2. However almost the entire page (including outside the boxes) appeared to be a link.
You may find that correcting the errors fixes your problem. Particularly those at the bottom of the validator page.
Sat, 2007-11-24 09:08
#2
Not an underline
Not an underline really...
It is the blue border around the images...
Sat, 2007-11-24 09:31
#3
Correct the HTML errors
Correct the HTML errors first.
Then add
a img {border: 0;}
Sat, 2007-11-24 09:44
#4
ok.. thank you very much!
ok.. thank you very much!