HTML TIPS

You can put HTML tags inside your text to provide some formating flexibility, and you don't have to be a computer wizard to do it.  The basics are quite easy in fact. 

Most HTML tags take the form of <tag>.... </tag> and are "wrapped" around what the text you're wanting to change.  For example to bold text, you put <b>text to bold</b>.  The <b> turns on the bold attribute and the </b> turns it off again. 

The tags you're most likely to want to use in making your messages are:

HTML Text Formating Tags

<b>text</b> Bold
<i>text</i> Italics
<font color=red>text</font> Change Text Color

<center>text</center>

Centering Text
Text
<p>
Text
Paragraph Break
Text<br>
Text
Line Break