Unable to center image in table

for some reason I cannot center an image in a table. it works fine on a mac in IE but not on a PC in IE - have tried various stuff, such as div tags, p tags, centering the table, centering the image . . .


<td width="128" height="140" align="center" valign="middle" bgcolor="#EDECDA"> <p align="center">
<a href="product.asp?intProdID=<%= rsProdInfo("productID")%>" target="_self">
<img src="photos/small/<% =rsProdInfo("productImg") %>" border="0" align="absmiddle">
</a>
</p>
</td>