Sohail: Voneinander unabhängige Tabellenzellen

Beitrag lesen

Hallo,

das ist leider nicht machtbar. Du kannst aber im ersten TR nochmal eine Tabelle definierst, dan hast du es:

<table>
<tr>
  <td colspan=2>
   <table>
     <tr>
       <td> ... </td>
       <td> ... </td>
     </tr>
   </table>
  </td>
</tr>
<tr>
  <td> ... </td>
  <td> ... </td>
</tr>
</table>