martina: tabelle und text - darstellung in IE und firefox unterschiedlich

hallo! hab ein problem mit einer tabelle:

<table width="100%" border="1">
  <tr>
    <td><p>The building sector is at present responsible for more than 40% of EU energy consumption. There are technologies under development, which could substantially improve (up to 30%) the energy performance of buildings, reducing the conventional energy demand in new and existing buildings and substantially contributing to reduce energy intensity, through combined measures of rational use of energy and integration of renewable energy technologies.</p> </td>
  </tr>
</table>

in IE wird die tabelle so angezeigt wie ich mir das vorstelle, in firefox ist zwischen tabellenrand oben und textanfang bzw. tabellenrand unten und textende ein abstand - kann mir wer nen tipp geben wie ich den abstand weg bekomme? danke

  1. hai

    in IE wird die tabelle so angezeigt wie ich mir das vorstelle, in firefox ist zwischen tabellenrand oben und textanfang bzw. tabellenrand unten und textende ein abstand - kann mir wer nen tipp geben wie ich den abstand weg bekomme? danke

    welche version von FF?

    bei mir siehts genau gleich aus.

    1. bin jetzt draufgekommen dass es nicht an der table liegt, wenn ich einen doctype im code stehen hab siehts im FF 2 anders als im IE7 aus, wenn ich den doctype raushau passts aber dann ist es keine gültige seite...

      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
      <title>Unbenanntes Dokument</title>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /></head>

      <body>
      <p>&nbsp;</p>
      <table width="100%" border="1">
        <tr>
          <td><p>The building sector is at present responsible for more than 40% of EU energy consumption. There are technologies under development, which could substantially improve (up to 30%) the energy performance of buildings, reducing the conventional energy demand in new and existing buildings and substantially contributing to reduce energy intensity, through combined measures of rational use of energy and integration of renewable energy technologies.</p> </td>
        </tr>
      </table>
      <p>&nbsp;</p>
      </body>
      </html>