Spark: kleines tabellen prob

Beitrag lesen

Du hast etwas wichtiges zu posten vergessen:

Wie sieht die <table>-definition aus??
In welchem Browser geht es nicht??

wie vergessen? ich hab doch geschrieben dass ich es nur mit netscape getestet habe und wie es da aussieht.
die table sollte doch keine große rolle spielen..
also der code der gesamten tabelle ist:

<table width="428" border="0" cellpadding="0" cellspacing="0">
   <td colspan="3"><img src="images/empty.gif" width="1" height="10" border="0" alt=""></td>
  </tr>
  <tr>
   <td colspan="3"><img src="images/table_oben.gif" width="428" height="9" alt=""></td>
  </tr>
  <tr>
   <td bgcolor="#ffffaa" width="1"><img src="images/empty.gif" width="1" height="1" border="0" alt=""></td>
   <td><img src="images/empty.gif" width="1" height="10" border="0" alt=""></td>
   <td bgcolor="#ffffaa" width="1"><img src="images/empty.gif" width="1" height="1" border="0" alt=""</td>
  </tr>
  <tr>
   <td colspan="3"><img src="images/table_unten.gif" width="428" height="9" alt=""></td>
  </tr>
  <tr>
   <td colspan="3"><img src="images/empty.gif" width="1" height="10" border="0" alt=""></td>
  </tr>
  <tr>
   <td colspan="3"><img src="images/table_oben.gif" width="428" height="9" alt=""></td>
  </tr>
  <tr>
   <td colspan="3"><img src="images/table_unten.gif" width="428" height="9" alt=""></td>
  </tr>
  <tr>
   <td colspan="3"><img src="images/empty.gif" width="1" height="10" border="0" alt=""></td>
  </tr>
  <tr>
   <td colspan="3"><img src="images/table_oben.gif" width="428" height="9" alt=""></td>
  </tr>
   <td colspan="3"><img src="images/table_unten.gif" width="428" height="9" alt=""></td>
  </tr>
  <tr>
   <td colspan="3"><img src="images/empty.gif" width="1" height="10" border="0" alt=""></td>
  </tr>
  </table>

und das ganze ist eh tausendfach verschachtelt, das ist eine tabelle innerhalb einer tabelle und die könnte auch nochmal in einer sein ich komme selbst irgendwie durcheinander. aber daran kanns ja nicht liegen.

danny