gjel: Browserproblem: Tabelle in Tabelle horizontal zentrieren

Beitrag lesen

Hallo Detlef,

hier kommt ein Stückchen Quelltext:

<table width="100%" border="0" cellspacing="0" cellpadding="40" height="100%">
  <tr>
    <td>
<table width="800" border="0" cellspacing="0" cellpadding="0" align="center">
        <tr>
          <td>Wenn dieser Inhalt zu lang ist, springt die Tabelle ein wenig nach links.</td>
        </tr>
      </table>
    </td>
  </tr>
</table>