May 11, 2002 #1 help120 Technical User Apr 15, 2001 198 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="link" href="blah.htm">link text</a>
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="link" href="blah.htm">link text</a>
May 11, 2002 Thread starter #2 help120 Technical User Apr 15, 2001 198 US nm, i got it. Upvote 0 Downvote
May 11, 2002 #3 xxlargewasp Programmer May 1, 2002 40 AE <style> .mylink:link {text-decoration:none} .mylink:hover {text-decoration:none} .mylink:visited {text-decoration:none} </style> <a href="" class="mylink"></a> ....:::::.... xxLargeWASP ....:::::.... Upvote 0 Downvote
<style> .mylink:link {text-decoration:none} .mylink:hover {text-decoration:none} .mylink:visited {text-decoration:none} </style> <a href="" class="mylink"></a> ....:::::.... xxLargeWASP ....:::::....