Imediately left of the box where you type a post/Private Message (and I *THINK* next to the signature box in your profile), there`s a little message saying "UBB Code is Enabled" - Click it. [img]smile.gif[/img]
Some very basic HTML for you:
Change font colour:
<font color="
colorname">Change font colour</font>
List of useable colours
Strikethough text
<del>Strikethrough text<
Change font size
<font size="
Value">Change font size</font>
For "value", you can use an absolute value or a varier. Absolute values are any number from 1 - 6, you are reading a size 3 font most of the time. Variers are "+x" or "-x", which moves the size x points in the direction indicated from browser default.
Change font
<font face="
Exact font name">Change font</font>
The font chosen must be on the VIEWERS computer to work properly.
Underline text
<u>Underline text</u>
Bold Text
<strong>Bold Text</strong>
Italic Text
<i>Italic Text</i>