Thread
:
Need help from someone who works with Go Live CS.
View Single Post
11-01-2004, 02:09 PM
#
2
(
permalink
)
downtroden
Senior Member
Join Date: 06-19-04
Location: Illinois
Posts: 122
iTrader:
0
/ 0%
Latest Blog:
None
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
View Public Profile
Visit downtroden's homepage!
Find More Posts by downtroden