I have my site set up almost just like I like it. All that's left is I need to put a table column on both sides of the content, like this:
HTML Code:
<table border="0" cellspacing="0" style="border-collapse: collapse" cellpadding="0" bgcolor=white height="100%">
<tr>
<td width="12" background="images/MetalLeft.jpg" rowspan="5"> </td>
<td>MY SITE SHOULD GO IN THIS MIDDLE CELL</td>
<td width="12" background="images/MetalRight.jpg" rowspan="5"> </td>
</tr></table>
What do I need to do?