Font Designer
<FONT FACE=> | <FONT SIZE=> | <FONT COLOR=> | <H1> through <H6>

Font 1, Font 2, Font 3 specify the fonts your tag prefers to use. If the user has that font on their system, and their browser is configured to use different fonts, then they will see your text in that font.

Don't depend on a particular font though, if a user doesn't have that font, the second font will be used, if the second font is not available, the third will be used, etc. As you select fonts they are placed in the next font text box. After all the boxes are filled, use the --> button to place the font name in the box.

View the sample of the FONT while you are adjusting the properties. This gives a clear display of what to expect when you view the webpage. When you are finish, click [Cool] and the HTML will automatically be placed into your webpage.

FONT SIZE, FONT COLOR

You can use these quickly if you Highlight a word then choose FONT SIZE or FONT COLOR. It will take the highlighted text and add the FONT SIZE or COLOR automatically by using the Color Wizard or by choosing a Font Size.

Header Properties <h1> through <h6>

Click on the Hx icon (above) to bring up the six different HEADER types.

The HEADER tag buttons allow you to place titles on your webpage in varying sizes. Clicking on the appropriate die will give you the respected Header tag.

For example, clicking on the first die would create the HTML code:

<h1></h1>

Anything you place within the tags will now have Header 1 properties (real big text). A quick shortcut is to highlight text and then click on the die. For smaller text, click on any of the higher number dice. <h6> will display the smallest text in the HEADER properties.