|
NetObjects Fusion’s automatically-generated Text NavBars will, by default use the “Browser Default” font or the “Normal” Text Style (depending on whether you’re using NOF 4.0 or 3.0). However, there is a way to enforce a different font setting on a horizontal NOF Text NavBar:
- Right Click on the Text NavBar
- Select “Object HTML” from the pop-up menu that appears
- Insert an HTML Font tag into the “Before Tag” field. For example:
|
<FONT SIZE = "X" FACE = "Arial">
|
|
where Arial is the name of the font you wish to use and X is the size of the font (in relative terms, from -2 to +4)
- Insert the HTML Font “closing” tag in the “After Tag” field:
{Thanks to Stephen P. Mayer ( webmaster@aimtax.com ) for the assist!}
|