Jens: Problem mit Tabelle in GFX bei Gästebuchanzeige

Hallo

folgendes Problem unter www.kubika.de --->>> Gästebuch.

und zwar wirft er mir alles durcheinander und schreibt es übereinander. Er sollte es aber so machen das jeder Eintrag in einem einzelnen Grafikfeld angezeigt wird.

Quellcode:

<td width="591" background="/grafik/rechtshint.jpg" height="57" valign="top">
<table width="20%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td background="/grafik/rechtsoben2.jpg" width="556" height="37">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="15" width="97%">
<div align="right"><strong>~ Guestbook</strong></div>
</td>
<td height="15" width="3%">
<div align="right"></div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td background="/grafik/rechtshint2.jpg"> <div align="center"><a href="/guestbook/guestbook_eintragen.php">Ins
Gästebuch eintragen</a></div></td>
</tr>
<tr>
<td><img src="/grafik/rechtsunten2.jpg" width="556" height="28"></td>
</tr>
</table>

<table width="20%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td background="/grafik/rechtsoben2.jpg" width="556" height="37">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="15" width="4%">
<div align="right">
<table width="80%" border="0">
<tr>
<td><div align="left">
<?
while($rs=mysql_fetch_object($result)) {
echo'
  ',$rs->datum,'</td>
<td>von: ',$rs->name,'</td>
<td><a href="',$rs->homepage,'" target="_blank"><img src="../images/website.gif"></a> <a href="mailto:',$rs->email,'"><img src="../images/email.gif"></a></td>
';
}
?></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td background="/grafik/rechtshint2.jpg"> <div align="center">
<table width="80%" border="0" align="right">
<tr>
<td>
</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td><img src="/grafik/rechtsunten2.jpg" width="556" height="28"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="201"></td>
<td width="1"></td>
<td width="591"><img src="/grafik/rechtsunten.jpg" width="589" height="15"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="/grafik/unten.jpg" width="792" height="69"></td>
</tr>
</table>
</div>
</center>
</body>
</html>