I tried a million times and just cant get it. heres the html of the content table I want if someone could cut and paste into a working tables.php I would be greatly appreciated.
|
Code:
|
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td background="http://www.mysite.com/top.gif" height="37"></td>
</tr>
<tr>
<td bgcolor="#B7B7B7">CONTENT TO GO HERE</td>
</tr>
<tr>
<td background="http://www.mysite.com/bottom.gif" height="43"></td>
</tr>
</table> |