
I’ve noticed around that some people don’t know how to use html in Blogger comments. Hopefully this tutorial will help with that.
Basic HTML
The code in brackets must surround the word or words that you want to format. So pay particular attention to the code in brackets. Make sure that all of your code has a closing bracket which is marked with a ” / “.
Hyperlink
<a href=”http://Put your link here”>Nice, short text</a>
*Notice the space between “a” and “href”. There are no other spaces in the code.
* Put <a href=” THEN copy and paste your entire url including the “http://” put it right after the quotes. Then put another set of quotes after your url. Finish with this : “>Nice, short text</a>
Bold
<strong>Put your text here</strong>
Italicized
<em>Put your text here</em>
This is as far as we need to go with this tutorial, because Blogger comments don’t accept any other tags (brackets). If you don’t know HTML and would like to learn a little more (for your own site, perhaps) you should visit W3schools, it’s free and easy.
BTW, that link looks like this coded:
<a href=”http://www.w3schools.com”>W3schools</a>
Comments are closed.