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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I remove the underlining from hyperlink text?

Status
Not open for further replies.

nizzie

Technical User
Feb 11, 2008
1
0
0
US
So simple. Is it too much to ask? I JUST WANT THE HPERLINKS NOT TO BE UNDERLINED!!!!

Thanks.

:)
 
Nizzie,

I could find a harder way to do it, but the easiest would be an inline style command.

<a style=&quot;text-decoration : none&quot; href=&quot; target=&quot;_blank&quot;>Your Web Site</a>

That same command could be Embedded or you could create a CSS style sheet for the whole page or web site.

Hope this helps

Jim
 
Style sheet would look like this

a {text-decoration:none}
a:hover {text-decoration:none} DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top