The basics
The article database uses XML tags to store nearly everything pertaining to your article. The basic format goes as follows:
<hsexb>
<hspage>
<hspgtitle>Title for each page of the article</hspgtitle>
<hstext>
All article text goes here.
</hstext>
</hspage>
</hsexb>
To create a basic article, just copy the above into your favorite word processor, replace the page title and article text with your own, and you're set. As you're typing the article, create paragraphs as you usually would. The paragraphs will be preserved when displayed on the web site.
Exhibit credit: Eric Bruning.


