Problem mit Tabellen Zeile löschen
DiamondDog
- html
Hallo Leute,
ich hab da das kleien Problem das ich aus 2 Spalten 1 Spalte machen möchte.
Also ich möcht bei meinem nachfolgenden Code es so haben,
das die erste Zeile der die beiden Spalten von links zu einer Spalte werden.
Hier mein Code:
<table width="100%" align="center" border="1" cellpadding="0" cellspacing="0">
<tbody>
<tr></tr>
<tr>
<td class="attachrow" > </td>
<td class="attachrow"> </td>
<td rowspan="4" class="attachrow"align="center"> </td>
</tr>
<tr>
</tr>
<tr>
<td class="attachrow"> </td><td class="attachrow"> </td>
</tr><tr>
<td class="attachrow" > </td><td class="attachrow"> </td>
</tr></tbody>
</table>
Danke schon mal fürs Helfen.
Mfg Dog
Habs schon selber gelöst die Lösung heist:
colspan="2"