Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

no under line in link

Status
Not open for further replies.

help120

Technical User
Apr 15, 2001
198
0
0
US
I tried to do the following but it applies it to the hole site.

a:link:link,a:link:active,a:link:visited { text-decoration: none }

<a class=&quot;link&quot; href=&quot;blah.htm&quot;>link text</a>
 
<style>
.mylink:link {text-decoration:none}
.mylink:hover {text-decoration:none}
.mylink:visited {text-decoration:none}
</style>

<a href=&quot;&quot; class=&quot;mylink&quot;></a> ....:::::.... xxLargeWASP ....:::::....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top