Table cells not lining up correctly in Firefox
You can paste this code into a simple text file with an .html extension to see an example:
<table><tr><td>
<table style="display:inline"><tr><td>
<table border="1" >
<tr>
<th>7777777</th>
<th>666666</th>
<th>55555</th>
</tr>
<tr>
<td>1</td>
<td>22</td>
<td>333</td>
</tr>
</table>
</td></tr></table>
</td></tr></table>

