Fr0st8ite: Probleme mit Tabellen...>.>

Beitrag lesen

Ich habe das Problem, das einzelne Grafiken die ich in einer Tabelle setzte nicht "zusammenkleben" das heisst, zwischen ihnen befindet sich einiger Platz der nicht sein soll. Ausserdem wollen die prozentuellen Angaben, d.h. ich möchte 15% höhe des Logos, dann den Rest der darauf folgenden Tabelle 85% gross haben. Zusätzlich sollen sich natürlich die fixed:no repeat backgrounds dieser Tabelle der Bildschirmauflösung des Betrachters anpassen.

<body>

<font color="white">

<table border="0" cellspacing="0" cellpadding="0" >

<tr> <img src="images/logo.jpg" height="15%"> </tr>

</table>

<table table border="0" cellspacing="0" cellpadding="0" >

<tr>
 <td style="background-image:url(images/back1.jpg)">

<table border="0" cellspacing="0" cellpadding="0">

<tr>  <a href="index.html"> <img src="images/m1.gif" border="0" > </a>                       </tr>
   <tr>  <a href="gallerie.html"> <img src="images/m2.gif" border="0" > </a>                    </tr>
   <tr>  <a href="http://www."> <img src="images/m3.gif" border="0" > </a>                      </tr>
   <tr>  <a href="partner.html"> <img src="images/m4.gif" border="0"> </a>                      </tr>
   <tr>  <a href="conquer.html"> <img src="images/m7.gif" border="0"> </a>                      </tr>
   <tr>  <a href="links.html"> <img src="images/m5.gif" border="0"> </a>                        </tr>
   <tr>  <a href="kontakt.html"> <img src="images/m6.gif" border="0"> </a>                      </tr>

</table>

</td>
  <td style="background-image:url(images/backpic.jpg)">
     <table border="0" cellspacing="0" cellpadding="0">
      <tr> <img src="images/baro.jpg" weight="808" height="49"> </tr>
      <tr> <img src="images/barl.jpg" weight="30" height="407"> </tr>

</table>

</table>
  </td>

</tr>
</table>
</font>
</body>

so siehts bis jetzt aus...ich bitte um Hilfe T_T