How To Remove Link Underlines

7c9fa4cd42ec1abdb72ee09a97c9db2cdelicious

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