Using HTML Tags in Text
The Text of items displayed by Satellite supports a small range of HTML tags. These tags must be written in lowercase. The following tags can be used:

<br> - a line break

<p> - a paragraph break

<i>...</i> - italic

<b>...</b> - bold

<u>...</u> - underlined

<font color="#FFFFFF">...</font> - font color (the # symbol and double-quotes are required)

To display reserved characters such as &, < and >, use their HTML character entities (&amp;, &lt; and &gt; respectively, which would be %26amp;, %26lt; and %26gt; when encoded).