ich kapier nicht wie ich Colspan/Rowspan in der Größe ändern kann.
<!DOCTYPE HTML>
<html>
<head>
<title>Untitled</title>
</head>
<body>
<Table border="1">
<tr>
<td style="width:459px; height 403px ;"> erste Zelle</td>
<td style="width:373px;">zweite Zelle</td>
</tr>
</Table>
<table border="1">
<td style="width:459px; height:28px;">Platz des Absender</td>
<th <style rowspan="2";colpspan="1" style="text-align:center;" height 625px;">rowspan und colspan bestimmen Zelle rechst </th>
<tr>
<td style="width:459px; height:215px;">Adresse 40 Pt</td>
</tr>
</table>
</body>
</html>
<!DOCTYPE HTML>
<html>
<head>
<title>Untitled</title>
</head>
<body>
<Table border="1">
<tr>
<td style="width:459px; height 403px ;"> erste Zelle</td>
<td style="width:373px;">zweite Zelle</td>
</tr>
</Table>
<table border="1">
<td style="width:459px; height:28px;">Platz des Absender</td>
<th <style rowspan="2";colpspan="1" style="text-align:center;" height 625px;">rowspan und colspan bestimmen Zelle rechst </th>
<tr>
<td style="width:459px; height:215px;">Adresse 40 Pt</td>
</tr>
</table>
</body>
</html>