View Single Post
Old 11-01-2004, 02:09 PM   #2 (permalink)
downtroden
Senior Member
 
downtroden's Avatar
 
Join Date: 06-19-04
Location: Illinois
Posts: 122
iTrader: 0 / 0%
Latest Blog:
None

downtroden is liked by many
Send a message via AIM to downtroden
to take the underline off of links... use css

a: link {
text-decoration: none
}

a: visited {
text-decoration: none
}

a: hover {
text-decoration: none
}

of course there's more you can do with it... but that'll take the underline off of EVERY link
downtroden is offline   Reply With Quote