Hi y'all,
I'm looking to put an underline under some links but not under others. I
still want an underline when the link is hovered over. I've dabbled with
classes for this, but all I can get is line or no line.
Any help?
Thanks.
Robert
*************** *******
<style>
a.1{text-decoration:none }
a.2{text-decoration:unde rline}
</style>
<a class="1" href="http://somewhere.com"T his link is not underlined...</a>
<a class="2" href="http://www.somewhere.c om"This link IS underlined...</a>
I'm looking to put an underline under some links but not under others. I
still want an underline when the link is hovered over. I've dabbled with
classes for this, but all I can get is line or no line.
Any help?
Thanks.
Robert
*************** *******
<style>
a.1{text-decoration:none }
a.2{text-decoration:unde rline}
</style>
<a class="1" href="http://somewhere.com"T his link is not underlined...</a>
<a class="2" href="http://www.somewhere.c om"This link IS underlined...</a>
Comment