HI All,
My site width set to 975 but when i open this site it is going wider and then set to 975?
http://www.sparktrading.com.au
Can someone help pls.
rectangle_top.tpl
<TABLE align="center" border="0" cellpadding="0" cellspacing="0" width="975">
<TR>
<TD valign="top"><DIV style="position: absolute;" id="div_null"></DIV>
customer/main/products_t.tpl
{* $Id: products_t.tpl,v 1.30.2.12 2008/07/15 12:07:40 ferz Exp $ *}
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100%" cellpadding="5" cellspacing="1">
{math equation="floor(100/x)" x=$config.Appearance.products_per_row assign="width"}
{section name=product loop=$products}
{assign var="discount" value=0}
{if %product.index% is div by $config.Appearance.products_per_row}
<tr>
{assign var="cell_counter" value=0}
{/if}
{math equation="x+1" x=$cell_counter assign="cell_counter" }
<td width="{$width}%" class="PListCell">
<td width="{$width}%" class="PListCell" onmouseover="this.className='PListCellOver'" onmouseout="this.className='PListCell'">
Thanks,