Farmer Joe: Zentrieren mittels Tabelle - Probleme im Firefox!?

Beitrag lesen

Moin,

»» Danke für eure schnelle Hilfe.

Ich werds versuchen  ;)

lasse uns das Ergebnis wissen. Danke

regds
Mike©

Leider funzt es im Firefox noch nicht.
Jetzt ist das SWF zwar nicht mehr am Rand sondern ne Zeile drüber,
aber eben noch nicht in der Mitte (was das vertikale betrifft).

Mein Script sieht jetzt so aus:

<html>

<head>
  <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
  <title>MusicCreation.de - We create it!</title>
 </head>

<body bgcolor="#d4d4d4" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0">
  <div align="center">
   <table border="0" cellspacing="0" cellpadding="0" height="100%">
    <tr>
     <td height="33%">
     &nbsp;
     </td>
    </tr>
    <tr>
     <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="500" width="900">
       <param name="movie" value="musiccreation_web.swf">
       <param name="quality" value="best">
       <param name="play" value="true">
       <embed height="500" pluginspage="http://www.macromedia.com/go/getflashplayer" src="musiccreation_web.swf" type="application/x-shockwave-flash" width="900" quality="best" play="true">
      </object></td>
    </tr>
    <tr>
     <td height="33%">
     &nbsp;
     </td>
    </tr>
   </table>
  </div>
 </body>

</html>

JOE