On my site I have loaded some images at my myaccount page. The order status image seams to make my page expand in size larger. How can I stop that, becuase I want all the page to be the same width.
The image is small and i cannot understand what the page is expanding?
Code:
<table cellspacing="0" cellpadding="0" width="97%" border="0">
<tr>
<th width="1%" height="22"></th>
<th width="97%" height="22" bgcolor="#dddddd" align="left">[img]{$ImagesDir}/custom/myaccount_order.gif[/img]</th>
<th width="1%" height="22" bgcolor="#dddddd"></th>
</tr>
</table>
I also defined it a certain width but that did not help either.