ich habe ein problem mit einer tabelle, hier erstmal der code:
Code: Alles auswählen
<html>
<head>
<title>lala</title>
</head>
<body>
<table border="1" cellpadding="0" cellspacing="0" width="100%">
<colgroup>
<col width="100">
<col></colgroup>
<tr>
<td background="scarstabs/images/menu-bg.jpg" height="400">
</td>
<td height="100%" rowspan="2">
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</td>
</tr>
<tr>
<td bgcolor="#000000" height="100%">
</td>
</tr>
</table>
</body>
</html>