EDave: Zerschossene Tabelle im Firefox

Beitrag lesen

in dem Fall ging es mir in erster Linie um deine <p>-tags.
Bei mir sieht die Tabelle übrigens Relativ anständig aus:
tabelle
Hab natürlich keine Bilder, aber ansonsten...

(Das selbe wie vorhin, nur mit Baum:)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  
<html>  
  <head>  
    <title></title>  
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">  
  </head>  
  <body>  
<table border="0" cellpadding="0" cellspacing="0" id="table4">  
  <!-- MSTableType="layout" -->  
  <tr>  
    <td colspan="3">  
      <p align="center"><img src="index_pics/logo_a_01.gif" width="300" height="70" alt=""></p>  
    </td>  
  </tr>  
  <tr>  
    <td rowspan="2">  
      <p align="center"><img src="index_pics/logo_a_02.gif" width="80" height="155" alt=""></p>  
    </td>  
    <td align="center" height="70" width="140">  
      <a onmouseover="Animation('Bild0', 'index_pics/logo_a_03_4.gif')" onmouseout="Animation('Bild0', 'index_pics/logo_a_03.gif')" target="_top" href="pfauli_v3.0/index.htm">  
      <img src="index_pics/logo_a_03.gif" border="0" width="140" height="70" name="Bild0" id="Bild0" alt=""></a>  
    </td>  
    <td rowspan="2">  
      <p align="center">  
        <img src="index_pics/logo_a_04.gif" width="80" height="155" ALT="">  
      </p>  
    </td>  
  </tr>  
  <tr>  
    <td>  
      <p align="center">  
        <img src="index_pics/logo_a_05.gif" width="140" height="85" alt="">  
      </p>  
    </td>  
  </tr>  
</table>  
  </body>  
</html>