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,
- 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 !!!
0 comments:
Post a Comment