I hate to tell you this but the table is aligned left!!
I just checked your source and it is still aligned left, it s the way that IE7 handles divs and colspans.
| Code: : |
<table width=100% align="left"><tr><th>Description</th>
|
That's the line of source from your site that starts the heading line of the table!
and this is the code before that from your site.
| Code: : |
<tr style="font-style:;">
<td rowspan="1" colspan="2"><hr />Application - For heavily reinforced hard aggregate concrete such as flint, quartzitic aggregates, granite and granite basalt, river gravel and reinforced concretes.<br/></td>
</tr>
<tr>
<td><br /></td>
<td colspan="2"><br /><form action="http://jcbdiamond.com/index.php" method="post" name="addtocart" id="addtocart">
|
and this is the line of code from ps_product_attribute.php that starts the output of the table
line 493
| Code: : |
$html .= "<table width=100% align=\"left\">";
|
I would look to editing your flypage. Perhaps using a left aligned div to encompass the {addtocart} tag because as you can see it is aligned left!!