Thomas J.S.: HTML Tabellenformatierung

Beitrag lesen

Hallo,

Folgende 2 Probleme habe ich (in Netscape OK, aber im IE nicht):

  1. Die Tabelle unter der Grafik "html/marken1.gif" wird um einen Pixel nach rechts eingerückt angezeigt.

Kann ich nicht nachvollziehen.
Vielleicht hilft dir, wenn du deinen Code formatiert?
<table border="0" cellpadding="0" cellspacing="0" width="764">
 <tr>
  <td width="140"><img height="16" width="140" src="html/marken1.gif" border="0"><br>
   <table border="0" cellpadding="1" cellspacing="0" width="140">
    <tr bgcolor="#006699">
     <td>
      <table border="0" cellpadding="2" cellspacing="0" width="100%">
       <tr bgcolor="#BDDAF3">
        <td>test</td>
       </tr>
      </table>
     </td>
    </tr>
   </table>
  <!-- hier fehlt ein </td> -->
  <td>test</td>
 </tr>
</table>

  1. Die Tabelle soll einen andersfarbigen ("#006699") Aussenrand haben. Dieser wird oben und unten sowie links angezeigt; jedoch nichts rechts.

Bei mir schon, wobei ich mich frage, ob das nicht zu viel Aufwand für einen sehr kleinen Effekt sei?
Warum formatierst du den Tabellenrahmen nicht mit CSS?

Grüße
Thomas