nok: Kleine Zwischenräume zwischen Header und Site

Beitrag lesen

Hi Cheatah,

indem Du erst mal die Tabellen eliminierst, die ergeben da nämlich nicht den geringsten Sinn. Erst nach Entfernung dieser Fehlerquelle ist eine Problemursache praktikabel.

Ich hab den Inhalt der Tabellen nur weggelassen, weil ich der Meinugn war, dass nicht für mein Problem nicht relevant ist. Sry falls ich dich verwirrt habe! Hier also die Tabellen mit Inhalt:

<body>
       <center>

<div id="body">
               <table id="header">
                <tr>
                <!-- Header START -->
                 <td>
                  <!-- Platzhalter -->
                 </td>
                <!-- Header ENDE -->
                </tr>

</table>
               <table>
                <tr>
                 <!-- Navi START -->
                 <td id="navi">
                  <a id="navi_marked" href="?section=games">-= Games =-</a>
                       <div id="subnavi_game">
                        <a  href="?section=pc">PC</a>

<br /><a  href="?section=konsolen">Konsolen</a>
                        <br /><a  href="?section=emulation">Emulation</a>
                        <br /><a  href="?section=downloads">Downloads</a>
                        <br />
                       </div>
                       <br /><a href="?section=manganime">-= Manganime =-</a>
                       <br />

<br />
                 </td>
                 <!-- Navi ENDE -->
                 <!-- Site START -->
                 <td id="site">
                  <table width="100%" border="1">
                        <tr width="100%">
                         <td width="75%">nok</td>

<td width="25%">15.05.2004 20:45:30</td>
                        </tr>
                        <tr>
                         <td colspan="2" width="100%">
                          <h3>Yo ust interressante News!</h3>
                          Meine fresse ist das interressant
                         </td>
                        </tr>

</table>
                       <br />
                       <a href="index2.php?section=games&seite=1">[1]</a>
                 </td>
                 <!-- Site ENDE -->
                 <!-- Werbung START -->
                 <td id="werbung">
                  -werbung-
                 </td>

<!-- Werbung ENDE -->
                </tr>
               </table>
               <table id="footer">
                <tr>
                <!-- Footer START -->
                 <td><center><a href="index2.php?section=impressum">&copy; 2003-2004 ProJunkies.com</a></center></td>
                <!-- Footer ENDE -->

</tr>
               </table>
          </div>
       </center>
     </body>

-enjoy nok