<body>
<table width="100%">
<tr>
<td><div>content1 goes here</div></td>
<td><div>content2 goes here</div></td>
<td><div>content3 goes here</div></td>
</tr>
</table>
</body>
The content(1,2,3) can include other html tags. There is no setting on the width of td,then how on earth is it autoresized? I've now somehow triggered an unexpected autoresize.