|
|
Author: * Porciae Porcius -
7 Posts
on this thread out of
355 Posts
sitewide.
Date: Jan 8, 2004 - 03:35
procrastination sucks doesn't it?
PLAIN FONT
|
NONE |
Ordinary, untouched text.
|
BOLD FONT
|
<b>stuff</b>
|
This emboldens your text.
|
ITALICIZED FONT
|
<i>stuff</i> |
This italicizes your text. |
FONT COLOR
|
<font color="red">stuff</font> OR
<font color="FF0000">stuff</font>
|
This will turn your text red (or any other color you choose).
|
UNDERLINING FONT
|
<u>stuff</u>
|
This is underlined text.
|
STRIKEOUT FONT
|
<s>stuff</s>
|
Voila! Strikeout text.
|
FONT FACE
|
<font face="insert font here">
stuff</font>
|
This will change the face of your text. |
FONT SIZE
|
<font size=#>stuff</font>
|
Text at size -1...or at size 5.
|
|
|