donroca: Tabelle anpassen

Beitrag lesen

Hallo Sadrak,

Wenn ich dich recht verstehe, machst du folgendes:

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td> </td><!-- nimmt automatisch 50% ein -->
    <td style="width:200px"> </td>
    <td> </td><!-- nimmt automatisch 50% ein -->
  </tr>
</table>

Da ist nichts falsches dran, woz du allerdings mit nowrap brauchst, ist mir nicht klar.

Dieter