Thread: link class problems
Results 1 to 2 of 2
Related
-
css for td class valign not working Forum: CSS Forum
Replies: 4 -
Can you have more than one class for one TD ? Forum: CSS Forum
Replies: 6 -
Third Class Video.com Forum: Show it off!
Replies: 0 -
Spurs MVP a class act, not crass act Forum: General Discussion
Replies: 2 -
college class Forum: General Discussion
Replies: 2
-
03-23-2004, 11:28 AM #1
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
-
03-23-2004, 03:44 PM #2
try adding just
a.two {text-decoration: none;}
to the top of the list.If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum