I'm struggling with a table layout issue in HTML and could use some assistance.
The table below is displaying as overlapping in IE (please refer to the image), but it appears correctly in FF. Can anyone offer some guidance?
<div>
<table>
<tr>
<td>Amca's children</td>
</tr>
<tr>
<td>
<table>
<tr>Battal Turan</tr>
<tr>Kamil Turan</tr>
<tr>Tonni Turan</tr>
</table>
</td>
<td>
<table>
<tr>Battal Turan</tr>
<tr>Kamil Turan</tr>
<tr>Tonni Turan</tr>
</table>
</td>
.....
...