From the menu go to: Insert > HTMLTags > Font Sets.
Insert Hint: For non-existing text you can insert any HTML tags at the cursor location. For existing text, highlight the desired text and then insert selected tag (HTML 3.2 only).
NOTE: The font element was deprecated in HTML 4.01. Use styles (instead of the <font> tag) to define the font face, font size, and font color of text.
Alleycode displays a drop box with the following options:
Set HTML 3.2:
Use if designing or updating HTML 3.2 code.
input: <font face="" size="" color=""></font>
NOTE: The <font> tag in HTML4.0 is deprecated. It is supposed to be removed in a future version of HTML. Even if a lot of people are using it, you should try to avoid it, and use styles instead.
Set HTML 4.0:
Use if designing or updating HTML 4.0 code.
NOTE: Set HTML 4.0 is an Inline Style which defines the font face, font size, and font color of text. Place you cursor in selected tag prior to inserting Inline Style.
input: style="font-family:; font-size:; color:;"
Drop down combination box displays the following:
Font Family:
Displays available fonts on your system. Valid for both HTML3.2 and HTML4.0. Place you cursor at either font face=| or style=font-family:|; . Select your font to insert.
Font Size 3.2:
Use with Set HTML 3.2. Defines font sizes from 2- 6. Place you cursor at size=|. Select value to insert.
Font Size 4.0:
Use with Set HTML 4.0. Defines font size in percentage. Place your cursor at font-size:|; Select value to insert.