RAM-CMS Page Format
===================

The format of RAM-CMS pages is very simple.

An example page:
START
This is My Page Title
This is My Page Header
This is what the user will see in the body of the page.
<br><br>
Any HTML tags that are valid between HTML BODY tags are valid here.
EOF
(START and EOF are used to mark the start and end of the example. Do not put 
START and EOF inside actual site pages.)
The first line is the page title - it should be inserted between the <title> 
tags in the generated page.
The second line is the page header. It should be inserted in a prominent place 
in the generated page. The second line may be left blank, in which case the 
page header will be blank. Everything from line 3 down should be inserted 
in the body (main content area) of the page.

The reason I say "should" instead of "will" is that exact insertion points 
are configured inside the theme file, and we can only document the suggested 
default stock settings, - see CONFIG.TXT and THEMES.TXT and the files in the 
themes directory for more on this.
