Hallo,
ich möchte unterteilte Tabellen wie z.B. folgendes erstellen:

Mein Code sieht derzeit so aus:
Mein Problem ist, dass ich in der 2. Zeile und 2. Spalte diesen Rahmen nicht "synchron" zur anderen Tabelle bekomme.
Für Hinweise wäre ich sehr dankbar
Als weitere Idee hätte ich noch Frames, aber ich wüsste jetzt nicht genau, wie ich die hierauf einsetzen soll
ich möchte unterteilte Tabellen wie z.B. folgendes erstellen:
Mein Code sieht derzeit so aus:
HTML:
<table border="1">
<tr>
<th></th>
<th></th>
<th></th>
</tr>
<tr>
<td>
<table width="100%">
<tr>
<td></td>
<td>
<table width="100%" border="1">
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td>
<table width="100%" border="1">
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
</table>
</td>
<td>
<table width="100%" border="1">
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><table width="100%" >
<tr>
<td></td>
<td>
<table width="100%" border="1">
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table></td>
<td>
<table width="100%" border="1">
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
</table>
</td>
<td>
<table width="100%" border="1" >
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
Mein Problem ist, dass ich in der 2. Zeile und 2. Spalte diesen Rahmen nicht "synchron" zur anderen Tabelle bekomme.
Für Hinweise wäre ich sehr dankbar
Als weitere Idee hätte ich noch Frames, aber ich wüsste jetzt nicht genau, wie ich die hierauf einsetzen soll
Zuletzt bearbeitet: