******************************************************************************************************************************************************************
                            Proscript HTML Editor Version 1.0 Alpha-About Filez
*********************************************************************************
                                                   
(IMPORTANT):You have to START YOUR PAGE with THE FOLLOWING SOURCE 

<!--Proscript Error Patch Insertion-->
<html>
<head>
<title>"%t (title of your choice)"</title>
</head>
<body> 
<!--End Proscript Error Patch-up-->

(The Reason is that the "Start" Function of the editor contains a script error)
*********************************************************************************
                                                            TERMS:
[Preview]: Will show your page as it would appear in a browser window
[Start Over]: Will Clear the area of all generated source
*********************************************************************************
                                                        FORMATTINGS:
[Bold]: Will show text as bold 
[italic]: Will Italicize text
[Preformatted]: Makes is more likely that your text will appear as it does in the field
[Center]: Centers all content following,until ended with </center>
[Horizontal Bar]: Creates visible bar to seperate areas
[Line Break]: Inserts Carrige break in text so you can start on a new line
[Paragraph Break]:Inserts line break with a single paragraph spacing
*********************************************************************************
                                                          MODES:
Help Mode = Will give brief textual descriptions of any button
Prompt Mode [Recommended] = Will prompt you for inputs ,great for beginners
Basic =Will insert the tag into the field,leaving you to enter content 
*********************************************************************************
                                                         HEADINGS (headlines)
[h1]:Creates LARGE Headlines
(Each number ,[the higher the smaller],but they're all headlines) 
*********************************************************************************
                                                           LINKS:
[Open]:Starts a link ,requires URL(E.G <a href="http://mydomain.cjb.net">)
[Text]:starts the text input (the part of the link that will be on the page)
[Close]:Closes the link function so that only the text before the </a> will be a link
[Anchor]:[not used]
*********************************************************************************
                                                           LISTS:
[Ordered]:Begins ordered list (list that will number contents automatically)
[Item]:Adds an Item to the list (another numbered line of text)
[Close]:Ends the ordered list function 

[Un-Ordered]:Begins an Unordered list (A bulleted paragraph)
[Item]:Creates a new Bulleted Paragraph 
[Close]:Closes the list

[Definition]:Used to create definition.
[Term]:Enters the term to be defined.
[Definition]:Drops the definition down and misaligns it slightly below the term
*********************************************************************************
                                                           IMAGES:
[Image]:Inserts Image location, (E.G <img src="http://www.myimg.com/p2.htm">)
                     IMAGE ALIGNMENTS:
[Left]:Will align an image to the left of the page
[Right]:Will Align an image to the right of the page
[Top]:Will align an image with the top of a page
[Middle]:Aligns the image Smack-Dab in the middle of the page
[Bottom]:Aligns the image at the bottom of the page
*********************************************************************************
                                                           FONTS:
[Font]:Determines the "Face" of a font E.G (<Font Face="Papyrus">)
[Color]:Determines the color of the font,See Hex Chart or generator for faces (or use 16 pre) 
[Size]:Lets you choose the size of a font E.G (<Font Size="-1">)
[Close]:Closes all font changes and returns to default browser fonts

(NOTE:It isn't wise to use a font that is not contained in most PCs ,as it may keep your page from displaying correctly) 
