André Hänsel
2004-07-14 17:25:35 UTC
Folgender Aufbau:
<table>
<tr>
<td>Alice:</td>
<td><input type="checkbox"> Lala</td>
</tr>
<tr>
<td>Bob:</td>
<td><input type="checkbox"> Foo<br><input type="checkbox"> Bar</td>
</tr>
</table>
Wie bekomme ich "Alice:", die Box und "Lala" sowie "Bob:", die Box und "Foo"
auf gleiche Höhe?
<table>
<tr>
<td>Alice:</td>
<td><input type="checkbox"> Lala</td>
</tr>
<tr>
<td>Bob:</td>
<td><input type="checkbox"> Foo<br><input type="checkbox"> Bar</td>
</tr>
</table>
Wie bekomme ich "Alice:", die Box und "Lala" sowie "Bob:", die Box und "Foo"
auf gleiche Höhe?