How do you get rid of the underlines on links?
Printable View
How do you get rid of the underlines on links?
<style>
A:link {
TEXT-DECORATION: none
}
</style>
*Ahem*Quote:
Originally posted by scoutt
<style>
A:link {
TEXT-DECORATION: none
}
</style>
lets not forget standards..
Code:<style type="text/css">
A:link {
TEXT-DECORATION: none
}
</style>
:D:D:D:D:D:D:D
:D:D
good catch