I'm making an index page, then I plan to edit the contents of this table only and saving them as all the pages of my site. I just started, so here is the entire code. I might be better off making a frameset instead of using the table. I just realized that I don't remember CSS, so I'm trying to stick with simple html. It's been a while I guess.
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body,td,th {
font-family: Arial, Helvetica, sans-serif;
color: 66cc66;
}
body {
background-color: #666666;
}
-->
</style></head>
<body>
<div align="center">
<table width="922" height="458" border="2" cellpadding="4" cellspacing="8">
<tr bgcolor="#000000">
<td width="922" height="700" valign="top"><p><img src="top nav.jpg" width="920" height="139" /></p>
<div align="center">
<table style="background: #333333 url('logobkdg.jpg') no-repeat center center;">
<tr>
<td width="720" height="500" bordercolor="333333" bgcolor="333333"> </td>
</tr>
</table>
</div>
<p> </p></td>
</tr>
</table>
</div>
</body>
</html>