Ezypage screen shot of the spell checker

Insert extra header and body source
There are time a user needs to add extra source code in the header
and body of a HTML document as well as files like extra picture files
and java applets which need to be running injunction with other
scripts and files.

The Header Code is use for meta tags and scripts which are loaded
before the page main body.

The main body is where all other page information is kept.

By adding code to the header and body. Every page will have that
inserted code.
This is a list of files in all the pages.
(Files not needed can be delete, new file can be
added like snow flakes pictures. Eg flake1.gif
Providing Better Software Solutions
When green it is set to edit library scripts mode...
Use the scroll bar to select a script
to edit or delete.
Give the script
a name which will
be used in the menu.
Add a new script.
Remove current script.
This is where the body header can be change.
The above command will run and display the snow flakes.
In the HTML source code the body header will be
displayed like this
 <Body onLoad="fall()">
This is where the main source code body can be added.

 <Body onLoad="fall()">

In the html source code of all created pages, the code will appear here.

</Body>
This is where you can add extra Header Code 
in this case we used a snowing java script.

<Head>
    Header source code will appear here.
</Head>
Option, menu item provide a set of commands to change and edit code
in the selected header or body text boxes. It also provides a few little
common mini scripts which a user can add in at any time by clicking on
the corresponding menu item.

Clear..., Deletes source code out of all the entry boxes.

Copy..., copies any select source code to clipboard.

Paste..., source code at any selected point from clipboard.
Script Base, menu item is where a user can store their little
script snippets.

There are already twenty include script inserts and more can be
added at any time by using
 'Edit Source Code Library...' menu
item.

Once added you can use the menu name of the script to insert
the code into various body and header code.