frankxberlin: height mit rowspan

Beitrag lesen

hi;

meinst du so?

<table cellspacing="2" cellpadding="2" border="1" width=100%>
<tr height="40">
    <td height="600" rowspan="2">44<br>44<br>44<br>44<br>44<br>44<br>44<br>44<br>44<br>44<br>44<br>44<br>44<br>44<br>44<br>44</td>
    <td rowspan="2" width="24">zelle2</td>
    <td height="40" width="303">hier will ich eine begrenzte hoehe von 40px</td>
</tr>
<tr height="560">
    <td width="303">voll hoehe</td>
</tr>
</table>

gruß, frank