No line under link! - a little help

They have: 23 posts

Joined: May 1999

I've seen this before but forgot to note it.
How do you get rid of the line under a text link?
Thanks in advance.
Tim R

They have: 96 posts

Joined: Feb 1999

Adding this code you solve it:

<style type="text/css">
a:link { color: yellow; text-decoration: underline }
a:visited { color: green; text-decoration: none }
</style>

Regards,

----------
Nicolas Escobar J.
http://www.developy.com - Guide for latin webmasters in spanish

Nicolas Escobar J.
http://www.developy.com
Free resources for webmasters in spanish

Jaiem's picture

They have: 1,191 posts

Joined: Apr 1999

Does this work for an unvisited link? Or only after someone already has clicked on it?

Thanks.

----------
Original Artwork...Hand Tied Saltwater Flies...Unique Books, FREE Sweepstakes and More!
ArtsNFlies.com

They have: 96 posts

Joined: Feb 1999

It works for both.
Regards

----------
Nicolas Escobar J.
http://www.developy.com - Haven't developed your site yet??

Jaiem's picture

They have: 1,191 posts

Joined: Apr 1999

Where in the HTML do you put this code?

----------
Original Artwork...Hand Tied Saltwater Flies...Unique Books, FREE Sweepstakes and More!
ArtsNFlies.com

They have: 5,633 posts

Joined: Jan 1970

<html><head><title></title>

<style>
</style>

</head>

<body>
</body></html>

----------
[email protected]
http://go.to/hass

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.