Site information

This is on one big page for now...

Standard structure

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 &amp; Journalism";
   include '/home/mieng/http/header.php';
?>

<h1>Main headline</h1>

[page content here]

<?php include '/home/mieng/http/footer.php'; ?>

Navigation

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.

Table classes

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

Nifty classes

maybe: img.inline-right .inline-box-right ul.inline-list div.window div.windowBody div.article-box

Headlines

Department of English & Journalism
1 University Circle
122 Simpkins Hall
Macomb IL 61455-1390
Phone: (309) 298-1103 Fax: (309) 298-2974
© 2004–2008 | Accessibility | Contact us