How To Remove Link Underlines

Posted by Lasantha Bandara on October 23rd, 2009 File Under : html2 Comments

This simple method explains how to remove links underlines in easily.

When you add a link in normal method your html code will look like this :

<a href="http://bloggertipandtrick.blogspot.com/"> Blogger Tips And Tricks</a>

Result:

Blogger Tips And Tricks

If you want to remove underline of link, add style="text-decoration:none" as example below.

<a style="text-decoration:none" href="http://bloggertipandtrick.blogspot.com/"> Blogger Tips And Tricks</a>

Now you are done.See the result below:

Blogger Tips And Tricks

If you like this post,You might be also like,

To Stay Updated With Our Site Subscribe To RSS Feed !!!

File Under : html

2 Responses to “How To Remove Link Underlines”

  1. vinod says:

    Thanks i am looking same

  2. Khánh Trắng® says:

    I've been looking for this trick for along time!
    Thanks alot!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.