Friday, June 19, 2009

How to Post Links in Comments

How to Post Links in Blogger Comments


Let's get started

Ever wondered how to post links in Blogger comments??? Let me tell you a very simple way to do that. A basic HTML link is like this:


<a href="URL">Title</a>

You need to post the above code in the comment box and then all you need to do is to replace "URL" with the URL of the site you want to link to and "Title" with the title of your link.

A Simple Example!

I want to link to "http://www.blogger.com/" with title "Blogger". The code which I'll put in the comment box, will be:


<a href="http://www.blogger.com/">Blogger</a>



Final Words!

Well, it was a simple tutorial regarding Blogger. There are a lot of things for you to discover in Blogger. I encourage to see other sections of this blog for more useful info.

No comments:

Post a Comment