Do you want to know , how to add links in blogger comment ? If yes then you are at the best possible place. At first blogger comment form doesn't give us any simple button or icon for adding link and sometime its creates problem . Sometime readers may need to put a link to particular site in their comment and they start thinking how to do it and run to google. If you are one of them then i am telling you after reading this post you will be able to add links in comment of both blogger and wordpress blogs. This Method is native way using HTML anchor tag which is given below. <a href=" Your_Link " > Text to be displayed </a> How to use it ? In comment form write comment and when you need to add link , just add above code and replace your_Link with link of webpage or any site. And Text to be displayed with your own text. After that publish comment and you will see a clickable link on comment. DEM...