NOTICE: This website is no longer updated or supported - as such many of the techniques used to build it may seem antiquated in the modern day. It is preserved for historical reasons only.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>Centered Table 2</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
</head>
<body>

<!--BEGIN: Label or primary nav table -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" bgcolor="yellow">
<h2 align="center">Site Heading and/or Navigation</h2></td>
</tr>
</table>
<!--END: Label of primary nav table-->

<!--BEGIN: Secondary nav and content -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="10" bgcolor="red">&nbsp;</td>
<td width="90" valign="top" bgcolor="red">
<br />
<a href="#">Link</a><br />
<a href="#">Link</a><br />
<a href="#">Link</a><br />
<a href="#">Link</a><br />
<a href="#">Link</a><br />
<a href="#">Link</a><br /></td>

<td width="10" bgcolor="white">&nbsp;</td>
<td>
<br />
<h2>Page Heading</h2>

<hr />


<p>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.</p>

...more content... </td>
<td width="10" bgcolor="white">&nbsp;</td>
</tr>
</table>
<!-- END: secondary nav and content -->

<!--BEGIN: footer navigation and legal-->
<div align="center">
<br />
<font size="-2">
<a href="#">Link</a> | <a href="#">Link</a> | <a href="#">Link</a> | <a href="#">Link</a> | <a href="#">Link</a> | <a href="#">Link</a>
</font>
<br />
<em>&copy;2003 DemoCompany Inc.</em>
</div>
<!-- END: footer nav -->

</body>
</html>

CLOSE WINDOW | VIEW RENDERED PAGE