View Full Version : Link problems


SarahBara
05-03-2003, 05:15 AM
I remember seeing SOMEWHERE back in August how to get the underline off of text links. Can anyone tell me how to do this?

Dude128
05-03-2003, 05:18 AM
http://www.lissaexplains.com/css.shtml

see the section about text-decoration on links

vicary
05-05-2003, 03:05 AM
<style type="text/css">
a {
text-decoration: none;
}
</style>

Hope this helps.
Vicary