Page is a not externally linkable
pageoneresults - 4:43 pm on Jan 15, 2006 (gmt 0)
Let me familiarize you with the FP Style Menu so you know what we are discussing here. By default, FP prepopulates the Style Menu with your basic HTML elements. Here is an example of what that menu looks like (it is ordered alphabetically)...
The FrontPage Style Menu
<address> <ul> <dl>
<dt>
</dt>
</dl> <dl>
<dd>
</dd>
</dl> <dir> <pre> <h1> <h2> <h3> <h4> <h5> <h6> <menu> <ol> Anything you select from the default Style Menu choices is controlled through your assigned styles for those elements. For example, if you had this in your style sheet...
h1{color:#369;background:#fff;} Selecting Heading 1 from the Style Menu will automatically apply those styles to your <h1> elements. Remember, we are using either external or embedded CSS so there is no additional markup inserted into the <h1> or around the Heading itself. You apply the default style and you will get this for output...
<h1>Heading 1</h1> ¶ Normal and a Default Character Sytle are there to remove styling applied to an element.
Here's the lean version of the Style Menu without all the examples I added above...
More to come...