B-18Plus: Tabelle-Ausrichtung

Beitrag lesen

Sooo..ich habe mal weiterprobiert und bin nun soweit:

Das Problem ist nun dass ich nicht weiss wie ich die weissen lücken zwischen den verschiedenen Teilen wegbekomme:

http://img149.imageshack.us/img149/5219/vorschauzt9.jpg

Hier noch der entsprechende HTML Text...würde mich freuen wenn mir jmd. helfen könnte:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html">
  <title></title>
  <meta name="" content="">
</head>

<body bgcolor="#F4F4F4" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<center>

<table width="610" cellspacing="0" border="0">
        <tr>
          <th><!-- Design_oben_links!-->
          <img src="Design_oben_links.jpg" width="5" height="5" border="0" alt="">
          </th>
          <th><!-- Design_oben_mitte!-->
          <img src="Design_oben_mitte.jpg" width="600" height="5" border="0" alt="">
          </th>
          <th><!-- Design_oben_rechts!-->
          <img src="Design_oben_rechts.jpg" width="5" height="5" border="0" alt="">
          </th>
        </tr>
        <tr>
          <th rowspan="19"><!-- Design_mitte_links !-->
          <img src="Design_mitte_links.jpg" width="5" height="800" border="0" alt="">
          </th>
          <th  bgcolor="#87DB7D"><!--Header!-->
          <img src="http://img527.imageshack.us/img527/2010/2bundesligavi1.png" width="600">
          </th>
          <th rowspan="19"><!-- Design_mitte_rechts !-->
          <img src="Design_mitte_rechts.jpg" width="5" height="800" border="0" alt="">
          </th>
        </tr>
        <tr>
          <th  bgcolor="#87DB7D"><!-- Design_Zwischen-Artikel!-->
          <img src="design_zwischen-artike.jpg" width="600" height="30" border="0" alt="">
          </th>
        </tr>
        <tr>
          <th  bgcolor="#87DB7D"><!-- Spiel_1!-->Spiel1</th>
        </tr>
        <tr>
          <th  bgcolor="#87DB7D"><!-- Design_Zwischen-Artikel!-->
          <img src="design_zwischen-artike.jpg" width="600" height="30" border="0" alt="">
          </th>
        </tr>
        <tr>
          <th  bgcolor="#87DB7D"><!-- Spiel_2!-->Spiel2</th>
        </tr>
        <tr>
          <th  bgcolor="#87DB7D"><!-- Design_Zwischen-Artikel!-->
          <img src="design_zwischen-artike.jpg" width="600" height="30" border="0" alt="">
          </th>
        </tr>
        <tr>
          <th  bgcolor="#87DB7D"><!-- Spiel_3!-->Spiel3</th>
        </tr>
        <tr>
          <th  bgcolor="#87DB7D"><!-- Design_Zwischen-Artikel!-->
          <img src="design_zwischen-artike.jpg" width="600" height="30" border="0" alt="">
          </th>
        </tr>
        <tr>
          <th  bgcolor="#87DB7D"><!-- Spiel_4!-->Spiel4</th>
        </tr>
        <tr>
          <th  bgcolor="#87DB7D"><!-- Design_Zwischen-Artikel!-->
          <img src="design_zwischen-artike.jpg" width="600" height="30" border="0" alt="">
          </th>
        </tr>
        <tr>
          <th  bgcolor="#87DB7D"><!-- Spiel_5!-->Spiel5</th>
        </tr>
        <tr>
          <th  bgcolor="#87DB7D"><!-- Design_Zwischen-Artikel!-->
          <img src="design_zwischen-artike.jpg" width="600" height="30" border="0" alt="">
          </th>
        </tr>
        <tr>
          <th  bgcolor="#87DB7D"><!-- Spiel_6!-->Spiel6</th>
        </tr>
        <tr>
          <th  bgcolor="#87DB7D"><!-- Design_Zwischen-Artikel!-->
          <img src="design_zwischen-artike.jpg" width="600" height="30" border="0" alt="">
          </th>
        </tr>
        <tr>
          <th  bgcolor="#87DB7D"><!-- Spiel_7!-->Spiel7</th>
        </tr>
        <tr>
          <th  bgcolor="#87DB7D"><!-- Design_Zwischen-Artikel!-->
          <img src="design_zwischen-artike.jpg" width="600" height="30" border="0" alt="">
          </th>
        </tr>
        <tr>
          <th  bgcolor="#87DB7D"><!-- Spiel_8!-->Spiel8</th>
        </tr>
        <tr>
          <th  bgcolor="#87DB7D"><!-- Design_Zwischen-Artikel!-->
          <img src="design_zwischen-artike.jpg" width="600" height="30" border="0" alt="">
          </th>
        </tr>
        <tr>
          <th  bgcolor="#87DB7D"><!-- Sonstiges!--></th>
        </tr>
        <tr>
          <th><!-- Design_unten_links!-->
          <img src="Design_unten_links.jpg" width="5" height="5" border="0" alt="">
          </th>
          <th><!-- Design_unten_mitte!-->
          <img src="Design_unten_mitte.jpg" width="600" height="5" border="0" alt="">
          </th>
          <th><!-- Design_unten_rechts!-->
          <img src="Design_unten_rechts.jpg" width="5" height="5" border="0" alt="">
          </th>
        </tr>
        </table>

</center>
</body>
</html>

-----------------------

lg benni