Markup Tags

The following tags can be used in many text fields to help format the text the way you would like.  The tags are "stackable," meaning you can use more than one at a given time.  For example,

This is <b>bold</b> text.

will print as

This is bold text.

But if we use one tag inside another, like

This is <b>bold <i>italic</i></b> text.

the text will print as

This is bold italic text.

The built-in markup tags are as follows:

<b>...</b>
<bold>...</bold>
Bold text
<i>...</i>
<italic>...</italic>
Italic text
<u>...</u>
Underlined text
<arial>...</arial>
Arial font
<times>...</times>
Times font
<4>...</4>
<18>...</18>
Font size (works from 4 to 18)