link class problems
Hi,
I am trying to have a image that is linked to not have the deocration around it. Here is my code that I am using, does anyone know what I am doing wrong?
External style sheet code:
a.two:link {text-decoration: none;}
a.two:visited {text-decoration: none;}
a.two:active {text-decoration: none;}
XHTML Body Code:
<td class="button"><a class="two" href="http://www.hemisphere.net/demo/contactus.htm" target="_parent"><img src="cntbutt.png"></a></td>
Thanks
|