Here is my current code (php tags are the only code blocks that display for me)
PHP Code:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
#tblBody {
height: 100%;
}
#tdFtr {
height: 206px;
}
#tdHdr {
height: 98px;
}
-->
</style>
</head>
<body bgcolor="#003300">
<div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="tblBody">
<tr valign="bottom">
<td id="tdHdr" colspan="3"><div align="center"><img src=style/header.jpg width=876 height=96></div>
</td>
</tr>
<tr>
<td width="58"> </td>
<td width="853"bgcolor="#FFFFFF"></td>
<td width="58"> </td>
</tr>
<tr>
<td colspan="3" id="tdFtr"><div align="center"><img src=style/bottom.jpg width=876 height=206></div>
</td>
</tr>
</table>
</div>
</body>
</html>
Bookmarks