Templating

Customization:


The default template is a modified version of Autonomous by gymnerd.

**You should never have to edit index.php!**

The system generates CSS friendly code. Make your design changes in the file template.css. This is also the place to add any logos or other graphics.

The CSS relevant part of the HTML output: All <> have been replaced with [] to prevent browser confusion.

	
[body
[div id="container"]

[div id="top"]
[h1][/h1]
[/div]

[div id="nav"]
[ul id="navlinks"]
[li][a href="?page=index"]Home[/a][/li]
[/ul]
[/div]

[div id="content"]
[h2][/h2] (The sub bblike tag)
[p][/p] (Each hard return in the text file)
[/div]

[div id="footer"]
[/div]
[/div]
[/body]



Templates should be coded to this specification! For some examples, see the download page!