This is on one big page for now...
Every page uses a standard structure implemented via PHP. All pages should use the .php extension.
The variable "$pagetitle" is displayed as the document title (e.g. it is the name of the browser window). Left to right should be specific to general. For example: "Admissions, Graduate Program, English & Journalism."
<?php $pagetitle="Page title: English & Journalism"; include '/home/mieng/http/header.php'; ?> <h1>Main headline</h1> [page content here] <?php include '/home/mieng/http/footer.php'; ?>
Navigation is added to child pages by the file navigation-inc.php, which is called by footer.php. In the page reading order, navigation follows main content.
Use bordered for a fairly compact bordered table:
| Fruit | Number |
|---|---|
| Apples | 441 |
| Bananas | 288 |
| Oranges | 713 |
| Other | 1,309 |
Use unbordered for a less compact unbordered table:
| Fruit | Number |
|---|---|
| Apples | 441 |
| Bananas | 288 |
| Oranges | 713 |
| Other | 1,309 |
maybe: img.inline-right .inline-box-right ul.inline-list div.window div.windowBody div.article-box