V 3 Technologies Web Blog

October 31, 2008

How to remove the underline from linked text

Filed under: Uncategorized — Tags: , , — admin @ 6:30 pm

To remove a link underline, add style=”text-decoration:none” to your link code:

<a href=”http://www.yourdomain.com” style=”text-decoration:none”>Your Link</a>

OR

<style>
<!--

a   {text-decoration:none}

–>
</style>

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress