Hallo,
ich habe ein Problem mit einer Tabelle, die das Layout meiner Homepage festlegen soll. Es ist alles total verzerrt dargestellt, da muss ein Fehler sein. Ich weiß aber nicht, wo er steckt. Mir raucht der Kopf.
Hier der Code:
<table width="100%" border="0" cellpadding="1" cellspacing="1" frame="void">
<tr bgcolor="111111">
<td colspan="4"> </td>
</tr>
<tr>
<td bgcolor="222222" background="images/back_top_tabelle.jpg" height="24" colspan="4"></td>
</tr>
<tr>
<td width="15%" valign="top" background="images/back_tabelle.jpg" bgcolor="222222"></td>
<td colspan="2" valign="top"></td>
<td background="images/back_tabelle_2.jpg" width="15%" valign="top" bgcolor="222222"></td>
</tr>
<tr>
<td bgcolor="222222" background="images/back_top_tabelle_2.jpg" colspan="4" valign="top"></td>
</tr>
</table>