HTML Help by final_fantasy_vii_4e
Printer Friendly
Section One: Fonts
Part I: The Basics
Boldface:  <b>text</b> makes text appear like this: text

Italic: <i>text</i> make text appear like this:
text

Underline: <u>text</u> makes text appear like this: text
Part II: The Font Tag
The basic tag for font changes is: <font>

To change the color of your font, use this tag: <font color="your color">text</font>
If I used this tag: <font color="red">text</font>, the word "text" would appear like this:
text

To change the size, use the tag: <font size="point size">text here</font>
The point size number system works like this, you can use a number from 1 to 7, and the larger the number, the larger the text size. 3 is usually the base number, so to make tour font smaller, use 1 or 2, to make it larger, use 4 and up. Replace the words point size with the desired number.
1 2 3 4 5 6 7

To change the font style, use the tag: <font face="your font">text here</font>
Where it says your font, replace those words and type the name of the font you want to use.

You can combine any tag here on this page for whatever effect you want. Lets say you wanted to change the color, size, and make the word underlined. You would use the tags like this:
<font color="your color" size="point size"><u>text</u></font>
For example, if I wanted to make the word "text" red and the size a size lager and underlined. I would do it like this:
<font color="red" size="4"><u>text</u></font>
and it would appear like this:
text
Next
Hosting by WebRing.
Navigation by WebRing.