Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Making text links not underlined?? 1

Status
Not open for further replies.
Jun 3, 2002
11
US
Just a simple question: When you make some text a link, it automatically makes it underlined. Is there any way to just have the text, without the underline. I am sure its just a simple tag. Any help would be appreciated. Thank you very much.


"The unexamined life is not worth living" -Socrates
-Metaphor Studios-
 
SUre is:

A:link {text-decoration:none}
A:visited {text-decoration:none}
A:hover {text-decoration:underline}
A:active {text-decoration:none}

The above will make the <a href> tag not underline, and will only become underlined when the user mouses over the link...
You can also add font-style, font-color, etc. in the <style> sheet... I have not failed; I merely found 100,000 different ways of not succeding...
 
Glad I could help...how about a star?? LOL... I have not failed; I merely found 100,000 different ways of not succeding...
 
I'll give you a star ;-)

GUJUm0deL, you see seanmetaphor is not marked to recieve a-mail notifications - he's got help and gone... Good Luck! :)
 
EugenePaliev, thanks for the star...:) I have not failed; I merely found 100,000 different ways of not succeding...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top