Andreas Roth: Tabellen falsch dargestellt!!!

Beitrag lesen

hi Leute,

kann mir einer von euch sagen, warum die 2. Tabelle in meiner htmldatei so weit von der anderen entfernt seht??

vielen Dank im Voraus

Andreas

html-Datei:

<HTML>
<HEAD>
<TITLE>Liste aller Installationsprotokolle via ASP</TITLE>
</HEAD>
<body bgcolor="#FFFFFF">

<blockquote>
<blockquote>
<table><tr><td>
<b><font color="#004080" size="5">Liste aller Installationsprotokolle</font></b>
<br>Die Liste enthält nur eine Auswahl der erfaßten Daten für die betreffende

Installation<br>
und ist nach Firmen geordnet. <br>
Zur vollständigen Anzeige eines Installationsprotokolls verwenden Sie die Funktion
<a href="../../installationen/installsuch.htm"> Suchen</a>!
</td>
<td><img src="support.gif" width="180"

height="140" alt=""></td></tr>
</table>
<br>
<HR>
</blockquote>
</blockquote>

<TABLE border="1" cellpadding="0" cellspacing="0">
<TR>

      <TD width="100"><B>firma </B></TD>  
  
      <TD width="100"><B>name </B></TD>  
  
      <TD width="100"><B>maschine </B></TD>  
  
      <TD width="100"><B>sn </B></TD>  
  
      <TD width="100"><B>auftrnr </B></TD>  
  
      <TD width="100"><B>datum </B></TD>  
  
      <TD width="100"><B>techniker </B></TD>  
  
      <TD width="100"><B>prozessor </B></TD>  
  
      <TD width="100"><B>taktf </B></TD>  
  
      <TD width="100"><B>speicher </B></TD>  
  
      <TD width="100"><B>festplatte1 </B></TD>  
  
      <TD width="100"><B>cdrom </B></TD>  
  
      <TD width="100"><B>grafik\_typ </B></TD>  
  
      <TD width="100"><B>netz\_typ </B></TD>  
  
      <TD width="100"><B>netz\_rechnername </B></TD>  
  
      <TD width="100"><B>monitor\_typ </B></TD>  
  
      <TD width="100"><B>monitor\_groesse </B></TD>  
  
      <TD width="100"><B>software1 </B></TD>  
  
      <TD width="100"><B>software2 </B></TD>  

</TR>

<TR>

      <TD width="100">  </TD>  
  
      <TD width="100">Thomas Nimpsch </TD>  
  
      <TD width="100">DECpc 450 </TD>  
  
      <TD width="100">AY313R3836 </TD>  
  
      <TD width="100">  </TD>  
  
      <TD width="100">05.10.98 </TD>  
  
      <TD width="100">Kästner </TD>  
  
      <TD width="100">486DX </TD>  
  
      <TD width="100">50 </TD>  
  
      <TD width="100">16 </TD>  
  
      <TD width="100">0,220 </TD>  
  
      <TD width="100">ATAPI </TD>  
  
      <TD width="100">S3 </TD>  
  
      <TD width="100">  </TD>  
  
      <TD width="100">. </TD>  
  
      <TD width="100">Belina </TD>  
  
      <TD width="100">15 </TD>  
  
      <TD width="100">Windows 95 </TD>  
  
      <TD width="100">Office 97 </TD>  

</TR>

<TR>

      <TD width="100">  </TD>  
  
      <TD width="100">Harald Klause </TD>  
  
      <TD width="100">MACOM </TD>  
  
      <TD width="100">01760087048 </TD>  
  
      <TD width="100">  </TD>  
  
      <TD width="100">22.10.98 </TD>  
  
      <TD width="100">Eigendorf </TD>  
  
      <TD width="100">Pentium II </TD>  
  
      <TD width="100">266 </TD>  
  
      <TD width="100">32 </TD>  
  
      <TD width="100">3,2 </TD>  
  
      <TD width="100">ATAPI LITEON </TD>  
  
      <TD width="100">ATI 3D RAGE IIC AGP </TD>  
  
      <TD width="100">  </TD>  
  
      <TD width="100">Harald Klause </TD>  
  
      <TD width="100">  </TD>  
  
      <TD width="100">  </TD>  
  
      <TD width="100">Windows 95 </TD>  
  
      <TD width="100">Office 97 Prof. </TD>  

</TR>

<TR>

      <TD width="100">  </TD>  
  
      <TD width="100">Barbara Meier </TD>  
  
      <TD width="100">DEC PC 466 D2LP </TD>  
  
      <TD width="100">  </TD>  
  
      <TD width="100">  </TD>  
  
      <TD width="100">12.08.97 </TD>  
  
      <TD width="100">Eigendorf </TD>  
  
      <TD width="100">486 DX2 </TD>  
  
      <TD width="100">66 </TD>  
  
      <TD width="100">16 </TD>  
  
      <TD width="100">0,5 </TD>  
  
      <TD width="100">ACER </TD>  
  
      <TD width="100">S3 911/924 </TD>  
  
      <TD width="100">Teles ISDN </TD>  
  
      <TD width="100">ISDN-Meier </TD>  
  
      <TD width="100">  </TD>  
  
      <TD width="100">  </TD>  
  
      <TD width="100">Windows 95 </TD>  
  
      <TD width="100">DOS </TD>  

</TR>
</table>
</body>
</html>