PDA

Click to See Complete Forum and Search --> : Underlined links


ChimpFace9000
Dec 7th, 2001, 04:12 PM
How do you get rid of the underlines on links?

scoutt
Dec 7th, 2001, 04:46 PM
<style>
A:link {
TEXT-DECORATION: none
}
</style>

sail3005
Dec 7th, 2001, 06:18 PM
Originally posted by scoutt
<style>
A:link {
TEXT-DECORATION: none
}
</style>

*Ahem*

lets not forget standards..

<style type="text/css">
A:link {
TEXT-DECORATION: none
}
</style>


:D:D:D:D:D:D:D

scoutt
Dec 7th, 2001, 08:10 PM
:D:D

good catch