                           Heavy Html Editor
                           
                             General Help


Introduction:

     This help file is for the general help using Heavy. I will
not be going into HTML code(tags), there are more then enough web 
sites, covering this subject. Point your favorite search engine 
towards barebones html or html made easy. You'll get plenty of 
sites with tutorial and guidelines to HTML.

General:

    Most of Heavy menus, buttons and drop down boxes are straight
forward.
    Place the cursor(mouse) were you want the code entered in the 
edit window(TOP). Select the process(command) you want, answer any
questions if any, and bang there it is.

Menus:

File:

New: is for the creation of new HTML documents. It is divided
into two sub-menus.
 
Html Doc:    Which is for a straight forward HTML document. It will
ask various questions to set up a basic html form.
Including your heading with meta tags basic default body tags and 
finnishing with your end tags </body> </html>.

Frames:    Will create a new HTML document. It will open another window
giving you four basic most used, types of frames. Double click on the
frame type you want.
As above setting up basic infomation. It will then ask question about
naming your frames. The default CONTENT is the smaller frame on is 
generally used as for navigation of your site. The second frame, the
larger is the HOME or main area of your site. You'll then set up a 
noframes warning area for browsers that don't support frames, and be
given a default page (HOME) for alternative browsing of your site.
	Frames are generally the first page of your site and are a 
template to contain other .htm documents. So frame name "Content", would
have a page content.htm assigned to it. and "Home" would have the page
home.htm assigned to it. For smooth navigation of your site, any pages
that will fall into the "home" frame (larger) should have an additioal 
tag <base taget="home"> just under the <body> tag for each page that will
use the "home" frame space. This helps keep all pages called from the
"content" frame to load in the larger area and will re-direct any pages
called by the alternative navigation for no frames to load here.

Open:   Open a html document

Save and Save as.. : Saves html document. Just to mention Web Servers generally
searh for the first page in this order: index.html, index.htm, default.html
and finally default.htm. If you use any other name for your first page, 
besides these defaults. You will have to place the name in the address(URL).
www.yoursite.com/myfirstpage.htm instead of just www.yoursite.com/

Print:  Print will print to your parallel port or to a document.
Print has two choices to print the "html code" or the stripped html page
of "text".

Edit:   All your basic editing functions. Cut, Copy, Paste, Delete, etc..

Search:   Searh for words within the document.

Fromat:    Contains all the different format styles for text. Lists bullet &
numbered. Styles bold, underlined, strikethrough, etc.. address for literial 
addresses. blockquote, formatted and quote.

Insert:    Anchor, tag for an anchor and link to a anchor. Link to a web page 
of your site or to another site. Mail, links to your or someone else's email 
address. Image background or picture. Sound file. 
break Return full return to newline. Horizontal line places a line accross 
your document. Table, inserts tables, 3x3, Three rows by three coloums. 
Speical contains speical charaters like copyright, trademark, etc..

Viewer:    Switches viewer on/off or full screen.

Scripts:   Provides basic tags for script, java and applet.

Buttons:  The buttons are straight forward. File, new, open, save. Edit, cut, 
copy, paste and delete. And html buttons link, image, 
mail, --(return), --(horizontal line) and tables.

Drop Down Lists:   The drop down lists below the buttons are for the 
formatting of text. Size, face, bold, center, header, paragraph, etc..

Well, that all folks! 
ken ;-)



