Click to See Complete Forum and Search --> : link proporties


Justin
11-03-2003, 04:01 PM
How do you remove the line under the link?

PeOfEo
11-03-2003, 04:05 PM
<style type="text/css">
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}
</style>

IncaWarrior
11-03-2003, 05:42 PM
does this work:
a {text-decoration:none;} ?

Aronya1
11-03-2003, 05:54 PM
Yes

Justin
11-03-2003, 06:47 PM
it helps so much thanks

PeOfEo
11-04-2003, 06:48 PM
no prob