View Single Post
Old 24th March 2004, 02:27 AM   #1

Username: blelisa
Rank: WF101 Newbie
Join Date: Nov 2003
Location: Buffalo, NY
Posts: 12
Points: 0.00
Default 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
blelisa is offline   Reply With Quote