Comment Formatting

With all the commenting, I thought I’d put up a page which explains how to add some extra formatting to your comments for clarity. You can use simple HTML codes to do things like make text bold, italic, underlined, or even do block quotes.

To make text bold, surround it with “b” tags as follows:

Here is some <b>bold text</b>.

To make text italicized, use an “i” tag just as above:

Here is some <i>italicized text</i>.

To underline, use “u” tags and to block quote a paragraph, surround the paragraph in “blockquote” tags.  The automatic preview should show you what your comment will look like so that you know you’ve done it right.