Most of the comment box does not have option to add a textlink or Hyperlink or to change the font of the text in comment. The comment box in Blogger Blog also doesn't have option to add Hyperlink in the comment. Sometimes you want to comment a link in a comment box as hyperlink but will not able to do so becoz there is no option for that. But, Blogger's comment box does accept HTML code, so you can put your TextLink as HTML and when you publish it, it will be a Hyperlink.

Adding Hyperlink in Blog's comment :

Use the following HTML code into the comment box

First go to the Blogger Blog where you want to Add a comment with a Hyperlink.

Click on the Comment Box to enter your comment.

Now to put your link as Hyperlink, use the HTML code given below -

<a href="http://abezworld.blogspot.com">Abezworld</a>


Change the texts denoted in 'Red' in the above HTML code.

- Change ''http://abezworld.blogspot.com'' with the link or Website you want to link to.

- Add http:// or https:// before the URL / link as you want.

- And change "Abezworld" with whatever text you want to display as the link.

Now click on 'Publish' to submit your comment. And the HTML code will display as TextLink/Hyperlink.


The Hyperlink will be like this  Abezworld . When you click on it, it will go to the link or website that you put in the HTML code.

So, when you want to add a Hyperlink in a comment, just add it as HTML code. Use the correct or exact HTML code given in this article because Blogger will not accept HTML code that has obvious formatting errors, like the failure to open or close a tag and you will see a message explaining your error when you try to submit your comment and the comment will not be Publised.

You can make your Hyperlink - Bold, Italic. Use the below HTML codes -

Bold Hyperlink

<b><a href="http://abezworld.blogspot.com">Abezworld</a></b>

Italic Hyperlink

<i><a href="http://abezworld.blogspot.com">Abezworld</a></i>

➤ Bold + Italic Hyperlink

<i><b><a href="http://abezworld.blogspot.com">Abezworld</a></b></i>


Change the texts denoted in red in the above codes with your desired Link and Text.