This table contents appears centered in IE7, but appears all the way to the left side of the table in IE8.
Can you help me resolve this issue so it looks centered in IE8? Thanks
<table id="tab999">
<tbody>
<tr><td>
<p><font face="verdana"><font size="3";font color=#800000;"><u>Purchase</u></font>
<table>
<tr>
<td width="100px"><font size="3" color="#000000" face="Arial"> <u>Amount</u></font></td>
<td width="100px"><u><font size="3" color="#000000" face="Arial">Cost</font></u></td>
<td width="100px"><u><font size="3" color="#000000" face="Arial">Purchase</font></u></td>
</tr>
<tr>
<td>[blk1.name;block=tr]</td>
<td>
0.01
</td>
<td>
<form action="pay/paypal1.php" method="post">
<input type="hidden" value="[var.user1_id]" name="user1id">
<input type="hidden" value="[blk1.credit]" name="credit">
<input type="hidden" value="Item" name="item">
<input type="hidden" value="[blk1.value1]" name="value1">
<input type="image" value="[blk1.value1]" name="value1" src="https://www.paypal.com/Checkout.gif" align="bottom" />
</form>
</td>
</tr>
</table>
</td></tr>
</tbody>
</table>
CSS:
#tab999 {
width:770px;
height:400px;
float:center;
clear:left;
margin:0px 0px 0px 0px;
font-size: 12px;
padding:10px 10px 10px 10px;
border:1px solid #153e7e;
}
#tab999 td {
border: 1px solid #CACACA;
padding:0px 0px 0px 0px;
}