Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts

Thursday, February 12, 2015

How To Use Basic HTML Text Formatting for Google Blogger Comments (add bold, hyperlinks, & italics to blog comments)


Subscribe by Email!
By Gabriel Staples
Written: 12 Feb. 2015
Last Updated: 10 Oct. 2017
History (newest on top):
-Added links to hostinger - 10 Oct. 2017 
-Misc. updates - 21 Oct. 2016
-Major overhaul of the table formatting - 25 April 2015
-Added "entities" and additional clarification - 14 Feb. 2015
-Added screenshot of HTML-formatted comments - 21 Oct. 2016 

Other Articles:
Intro:

I've been wondering how to put hyperlinks in blog comments for quite some time now, so I finally did a little research to find out how!

Normally blog comments are plain text, but here's a sample screenshot of an HTML-formatted comment, just under this post, which I'm about to teach you how to do yourself.

Read on.

If you'd like to make your next comments at the bottom of an article a little more fancy, with hyperlinks, bold, or italics, for example, here's how!  Feel free to practice your new skills in the comments below this article too, as scratch space to test your syntax.

The following commands are accepted in Google Blogger comments:

HTML Commands ("tags"):


Command ("tag") Effect
<b>...</b> Bold text
<i>...</i> Italic text
<a href="URL">NAME</a> Creates a hyperlink named NAME, to website URL


***Subscribe by Email!***