GaijinPunch
MIS
I've got a table within a <td>, that is lined up perfectly fine in Firefox, and not in IE. The syntax I'm using is roughly:
here's a link:
I've put a red border on the td, and a green one on the embedded table to clearly illustrate.
Any trick here I'm missing?
Code:
<table>
<tr><td>
<table style="margin: auto;">
<tr><td>Cell 1</td><td>Cell 2</td></tr>
</table>
</tr></td>
</table>
here's a link:
I've put a red border on the td, and a green one on the embedded table to clearly illustrate.
Any trick here I'm missing?