Gap between store header and three column scriplett
Posted: Thu Oct 16, 2008 1:26 pm
after editing the three column scriplett we now have a gap between our store header and the body of the page.
how can i eliminate this gap?
http://98.129.12.138/pizzaovens/Default.aspx
three column scriplett:
how can i eliminate this gap?
http://98.129.12.138/pizzaovens/Default.aspx
three column scriplett:
Code: Select all
<p>[[layout:header]]</p><div id="outerContentWrapper"><div id="innerContentWrapper" style="width: 960px; height: auto"><table id="contentLayout" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td id="leftSidebarPanel" valign="top" align="center">[[layout:sidebar]]</td>
<td id="mainPanel" valign="top" align="center">[[layout:content]]</td>
<td id="rightSidebarPanel" valign="top" align="center">[[layout:sidebar2]]</td>
</tr>
</tbody>
</table>
</div>
[[layout:footer]]</div>