ecco qui :
codice:
<table border="1" width="100%">
  <tr>
    <td width="50%">testo</td>
    <td width="50%">immagine</td>
  </tr>
  <tr>
    <td width="100%" colspan="2">testo 100%</td>
  </tr>
</table>