Mir gelingt es nicht die Höhe der untersten Zelle zu verändern.
Was mache ich da falsch?
Hubert
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Zellen spalten- und zeilenweise zugleich verbinden</title>
</head>
<body>
<table border="1" style="width:518pt; height:300pt;">
<tr>
<td colspan="2" style="text-align:top">
<b>Platz für Kopfgrafik colspan 2 überspannt zwei Spalten</b></td>
</tr>
<tr>
<td style="width:245pt; height:10pt;">Tabellenzelle Absender width 245 hight 10</td>
<th <style rowspan="3" "width 95pt;">rowspan bestimmt 3 Zeilen </th>
</tr>
<tr>
<td style="width:245pt; height:110pt;">Tabellenzelle Adresse width 245 hight 110
</td>
</tr>
<tr>
<td style="width:245pt; height:30pt;">Tabellenzelle unter Adresse width 245 hight 30</td>
</tr>
</table>
<table border="1">
<tr>
<td colspan="2"rowspan="2" style=width:511pt; height:300;margin-top;" </td>
<b>Tabellenzelle unter dem Kopf yxz pt<br>Diese Zelle soll ein bestimmte Höhe haben, nämlich
mit dem Kopf zusammen DIN A4.
</b>
</tr>
</table>
</body>
</html>
Was mache ich da falsch?
Hubert
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Zellen spalten- und zeilenweise zugleich verbinden</title>
</head>
<body>
<table border="1" style="width:518pt; height:300pt;">
<tr>
<td colspan="2" style="text-align:top">
<b>Platz für Kopfgrafik colspan 2 überspannt zwei Spalten</b></td>
</tr>
<tr>
<td style="width:245pt; height:10pt;">Tabellenzelle Absender width 245 hight 10</td>
<th <style rowspan="3" "width 95pt;">rowspan bestimmt 3 Zeilen </th>
</tr>
<tr>
<td style="width:245pt; height:110pt;">Tabellenzelle Adresse width 245 hight 110
</td>
</tr>
<tr>
<td style="width:245pt; height:30pt;">Tabellenzelle unter Adresse width 245 hight 30</td>
</tr>
</table>
<table border="1">
<tr>
<td colspan="2"rowspan="2" style=width:511pt; height:300;margin-top;" </td>
<b>Tabellenzelle unter dem Kopf yxz pt<br>Diese Zelle soll ein bestimmte Höhe haben, nämlich
mit dem Kopf zusammen DIN A4.
</b>
</tr>
</table>
</body>
</html>