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:
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:
If you like this post,You might be also like,
- How To Add Horizontal LinkList in Blogger
- How To Make a blogger Link List Widget with Nofollow
- How To Create Rollover Images in Blogger
To Stay Updated With Our Site Subscribe To RSS Feed !!!
Thanks i am looking same
I've been looking for this trick for along time!
Thanks alot!