HTML Page Creation Notes
Basics
Created with Seamonkey.
Use the option that says do not change original formatting
Preferences-Composer: Preserve original source formatting
No saving of Images since they are loaded separately
Setting the Font for the Whole Page:
Put this in the HEAD section (edit the html source)
<STYLE TYPE="text/css">
<!--
BODY
{
font-family:Helvetica,Arial,sans-serif;
}
-->
</STYLE>