Tabellenkönig :(: HELP! Tabelle...script fehler?!?

Beitrag lesen

Hallo...
Ich komme mit einer Tabelle einfach nicht weiter... sie soll ungefähr so aussehen:
_____________________________
|        |                   |
|________|                   |
|   |____|                   |
|   |    |                   |
|   |----|                   |
|   |____|                   |
|   |    |                   |
|--------|                   |
|________|___________________|

Ich hab keine Ahnung was ich falschgemacht habe :/
Hier der Code:

<table  width="600px" height="360px" border=0 cellspacing=0 cellpadding=0>
   <tr>
     <td width="181px" height="92" colspan=2 background="logo.png">
     </td>
     <td width="419px" height="360px" background="bg.png" rowspan=6>
     </td>
   </tr>

<tr>
     <td height="169px" width="67px" background="left.png" rowspan=4>
     </td>
   </tr>
   <tr>
     <td height="38px" width="114px" background="1.png">
     </td>
   </tr>
   <tr>
     <td height="46px" width="114px" background="2.png">
     </td>
   </tr>
   <tr>
     <td height="45px" width="114px" background="3.png">
     </td>
   </tr>
   <tr>
     <td height="40px" width="114px" background="4.png">
     </td>
   </tr>
   <tr>
     <td height="99px" width="181px" background="bottom.png" colspan=2>
     </td>
   </tr>

</table>

Falls irgendjemand eine Lösung parat hat... BITTEBITTE posten, ich steh im Moment arg unter Zeitdruck. ;)

Danke im Vorraus,
MfG
A.D.