Font Types 
 
<font face="Arial">Text Here</font> This is what the Font looks like 
<font face="Times New Roman">Text Here</font> This is what the Font looks like
<font face="Courier New">Text Here</font> This is what the Font looks like 
<font face="Georgia">Text Here</font> This is what the Font looks like 
<font face="Verdana">Text Here</font> This is what the Font looks like 
<font face="Tahoma">Text Here</font> This is what the Font looks like
 
--------------------------------------------------------------------------------
 
Font Size
 
Font Size - Make you text grow! 
<font size="1">Text Here</font> = Text Here
<font size="2">Text Here</font> = Font size
<font size="3">Text Here</font> = Font size 
<font size="4">Text Here</font> = Font size 
<font size="5">Text Here</font> = Font size
 
--------------------------------------------------------------------------------
 
Text Colors
 
Black = <font color="Black">Text </font> 
White = <font color="white">Text </font>
Red = <font color="red">Text </font> 
Blue = <font color="blue">Text </font>
 
--------------------------------------------------------------------------------
 
Text Align 
 
<center>Center Text Here</center> 
<div align="left">Text </div> 
<div align="center">Text</div>
<div align="right">Text</div>
 
--------------------------------------------------------------------------------
 
Text Styles 
 
Bold = <b>Text</b> 
Underline = <u>Text</u> 
Italics = <i>Text</i>
Strike Through = <s>Text</s>
 
--------------------------------------------------------------------------------
 
Text Spaceing
 
<br>
Will make your text show up like this<br>
When you place a <br> after each sentance 
<p></p>
If you start sentences and end sentances with a <p> and a </p>
there will be a space in the sentance like this when it wraps around
agian.
______________
