Epic's HTML Help Guide
HTML Code: What it does:
Example:

<I>Text Here</I>
This will Italize the Text
Example

<B>Text Here</B>
This will Bold Out the Text
Example

<U>Text Here</U>
This will Underline the Text
Example

Text Here<P>Text Here
This will make a new Paragraph
Example

Example


Text Here<BR>Text Here
This will make a Break (skip to the next line)
Example
Example

<FONT COLOR="red">Text Here</FONT>
This will change the color of the Text
Example

<FONT SIZE="-2">Text Here</FONT>
<FONT SIZE="-1">Text Here</FONT>
<FONT SIZE="+1">Text Here</FONT>
<FONT SIZE="+2">Text Here</FONT>
This will change the size of the Text

NOTE: You can combine the Font Size and Font Color HTML like this:

<FONT COLOR="red" SIZE="-1">You will get this: Example
Example
Example
Example

<marquee>Text Here</marquee>
This will make Sliding Text
Example

<img src="Web adress">
This will show a picture