Devi impostare le dimensioni fisse per le celle.
Es:
codice:
 <table border="0" cellpadding="0" cellspacing="0" width="200" height="200">
  <tr>
    <td width="100" height="100"></td>
    <td width="100" height="100">ljkhgf dfg fdg fdg fdg fds gfdsg gfsfd</td>
  </tr>
  <tr>
    <td width="100" height="100"></td>
    <td width="100" height="100"></td>
  </tr>
</table>