Andreas Roth: Tabellen falsch dargestellt!!!

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>

  1. Hi Suchender,

    versuchs mal mit CSS Stylesheets im Body Tag,

    Der Große Abstand liegt an der <HR>

    Gruß

    N.O.

    1. hi ...

      ich hab jetzt das <hr> rausgenommen, aber es funzt trotzdem nicht...

      :((

      Hi Suchender,

      versuchs mal mit CSS Stylesheets im Body Tag,

      Der Große Abstand liegt an der <HR>

      Gruß

      N.O.

      1. nochmal ich.. also.. ich abe jetzt was festgestellt.. wenn ich genau den quelltext nehme, den ich hier ins forum gestellt habe, dann ist da kaum ein abstand...
        diese htmlseite wird bei mir aber von einem asp-script generiert.. ich habe nur auf quelltext geklickt und eingefügt.. das problem muss also irgendwoanders liegen..

        danke trotzdem!

        Andreas

        hi ...

        ich hab jetzt das <hr> rausgenommen, aber es funzt trotzdem nicht...

        :((

        Hi Suchender,

        versuchs mal mit CSS Stylesheets im Body Tag,

        Der Große Abstand liegt an der <HR>

        Gruß

        N.O.

      2. Moin

        ich hab jetzt das <hr> rausgenommen, aber es funzt trotzdem nicht...

        :((

        Weil dann vielleicht immer noch ein <br> zwischen den tabellen steht ?
           Weil dann vielleicht immer noch die erste Tabelle mit dem absatzbildenden Element blockquote umfasst ist ?

        Nimm die beiden mal raus (bzw. setze blockquote in die <td> hinein.

        Viele Grüße

        Swen

  2. Hi
    Ja, das liegt an deinem <hr>, denn dieses Tag ist so definiert, dass davor und danach ein Absatz entsteht. Der Effekt ist in etwa der gleiche, wenn du <p> oder <h1-6> schreibst. Um die Tabellen dichter aneinander zu bekommen musst du die linie mit CSS formattieren.
    <../../tdcc.htm>
    Tschau Holger

  3. Moin

    zwei Kleinigkeiten am Rande

    <blockquote>
    <blockquote>

    [...]

    </blockquote>
    </blockquote>

    Doppelt hält besser ? :-)

    <b><font color="#004080" size="5">Liste aller Installationsprotokolle</font></b>

    Wenn du eine Überschrift machen willst, wäre es stringenter, wenn du die Überschriftselemente (<h1>...<h6>) verwendest - dafür gibt es die nämlich -  und nicht <b> zur Überschrift "umbiegst".

    Swen