<A HREF="http://www.tribalsoulkitchen.com">This is a cool site!</A>
Will yield: This is a cool site!
<IMG SRC="http://tribalsoulkitchen.com/images/candle.jpg">
Will yield:
<A HREF="http://www.tribalsoulkitchen.com"><IMG SRC="http://tribalsoulkitchen.com/images/candle.jpg"></A>
Will yield
<FONT COLOR=RED>will change the color to red.</FONT>
<FONT FACE=MONACO> will change the font face to monaco</FONT>
<FONT SIZE=6> will change the size of the font to '6'</FONT>
<FONT COLOR=RED FACE=MONACO SIZE=6> will do all three.</FONT>
IMPORTANT: Every <FONT> must have a matching </FONT> at the end of the message. On some computers </FONT> will close off all previous <FONT>s-- however -- on most computers it will only close off the most recent...so if you don't close every Font you open, you will effect other messages on the page.
Reread the above. It really is important