TorstenA: text mehrspaltig

Beitrag lesen

Hallo,

+-----+-----+-----+
|Das  |ist  |Text |
+-----+-----+-----+
So sollte das aussehen.

Vom Ansatz her würde ich es so machen:
<table width="100%">
  <colgroup>
    <col width="1*">
    <col width="1*">
    <col width="1*">
  </colgroup>
  <tr>
    <td>Das</td><td>ist</td><td>Text</td>
  </tr>
  ...
</table>

Den Sinn sehe ich allerdings noch nicht so recht :-)

Grüße
Torsten