How To Remove Link Underlines

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 !!!

0 comments:

Post a Comment

 

Support By Blogger