PhilippW: Merkwürdiges Tabellenverhalten

Beitrag lesen

Das glaube ich nicht, poste den Quelltext!

<html>
<body>

<table border="1" width="100%" height="100%">
<tr>
 <td height="5" colspan="7">&nbsp;</td>
</tr>

<tr>
 <td width="5">&nbsp;</td>
 <td colspan="5" height="80">abcdefghijklmnopqrstvxyz abcdefghijklmnopqrstvxyz abcdefghijklmnopqrstvxyz</td>
 <td width="5">&nbsp;</td>
</tr>

<tr>
 <td height="5" colspan="7">&nbsp;</td>
</tr>

<tr>
 <td width="5">&nbsp;</td>
 <td width="15%">b</td>
 <td width="5">&nbsp;</td>
 <td>c</td>
 <td width="5">&nbsp;</td>
 <td width="20%">d</td>
 <td width="5">&nbsp;</td>
</tr>

<tr>
 <td height="5" colspan="7">&nbsp;</td>
</tr>

<tr>
 <td width="5">&nbsp;</td>
 <td colspan="5" height="40">e</td>
 <td width="5">&nbsp;</td>
</tr>
<tr>
 <td height="5" colspan="7">&nbsp;</td>
</tr>
</table>

</body>
</html>