Carl: Lücke zwischen Tabellen

Beitrag lesen

Hi

ich hab folgendes als teil eines ausgabescripts für die tabellen einer db:
<html>
<head>
<body BGCOLOR="#c0c0c0">
<table margin=0 width=400 align=center BGCOLOR="#808080">
 <tr>
  <td>
   <table margin=0 BGCOLOR="#031758" width="100%">
    <tr>
     <td>
      <font size="2" color="#FFFFFF"><b>Datum der Bestellung:</b>   <? echo "$datum" ?></font>
     </td>
    </tr>
   </table>
  </td>
 </tr>
 <tr>
  <td>
   <table margin=0 border=0 width="100%">
    <tr>
     <td width="200">
      <font size="2"><b>Benutzername:</b><? echo "$rows[0]" ?></font>
     </td>
     <td width="200">
      <font size="2"><b>Koordinaten:</b><? echo "$rows[1]" ?>:<? echo "$rows[2]" ?>:<? echo "$rows[3]" ?></font>
     </td>
    </tr>
   </table>
  </td>
 </tr>
 <tr>
  <td>
   <table margin=0 border=0 width="100%">
    <tr>
     <td width="200">
      <font size="2"><b>Schiffe:</b><? echo "$rows[4]" ?></font>
     </td>
     <td width="200">
      <font size="2"><b>Anzahl:</b><? echo "$rows[5]" ?></font>
     </td>
    </tr>
   </table>
  </td>
 </tr>
</table>
</body>
</head>
</html>

So weit so gut.Allerding, wenn ich das Script ausführe, wird mit der erste Eintag aus der Datenbank ausgegeben, dann gibts ne Pause und die folgenden Einträge enden alle zusammenhängend dargestellt.
Ist jetzt wahrscheinlich etwas unverständlich. Schauts euch einfach mal an:
http://gw.freie-geister.de/hp/anfragen.php

Gruss
Carl