Text Size Fonts
To change the size of your text, again you use the font tag (<font>) in the form:
<font size=X>Test to be resized</font>
Where X is a number from 2 to 7. Size 2 is smaller than standard text. Size 3 is the same as standard text. Sizes 4 to 7 are large text.
EXAMPLES:
If you use the code <font size=2>TEXT</font>, you get this: TEXTIf you use the code <font size=3>TEXT</font>, you get this: TEXT
If you use the code <font size=4>TEXT</font>, you get this: TEXT
If you use the code <font size=5>TEXT</font>, you get this: TEXT
If you use the code <font size=6>TEXT</font>, you get this: TEXT
If you use the code <font size=7>TEXT</font>, you get this: TEXT
As in color fonts, if you want to have your post text the same size as your name, leave off the end tag.