| Action | Code | Use Example |
| Bold | <b></b> | <b>bold this</b> |
| Italics | <i></i> | <i>italicize this</i> |
| Underline | <u></u> | <u>underline this</u> |
| <strike></strike> | <strike>this text</strike> does not work in TPM comments |
|
| blockquote | <blockquote></blockquote> | <blockquote>quote this text</blockquote> |
| URL Link | <a
href="http://www.the url">text</a> (opens in same
window) <a href="http://www.the url" target="_blank">text</a> (opens in new window) |
|