Junior: iframe zentrieren

Hallo

Ich möchte ein iframe innerhalb eines tds zentrieren. Leider funktioniert es weder so

<td align="center">
  <iframe src="http://rcm-de.amazon.de/e/cm?t=typo3forum0e-21&o=3&p=8&l=st1&mode=software-de&search=Typo3&fc1=&=1&lc1=&lt1=&bg1=&f=ifr" marginwidth="165" marginheight="0" width="165" height="240" border="0" frameborder="0" style="border:none;" scrolling="no">
  </iframe>
 </td>

noch so

<td><div style="align:center;">
  <iframe src="http://rcm-de.amazon.de/e/cm?t=typo3forum0e-21&o=3&p=8&l=st1&mode=software-de&search=Typo3&fc1=&=1&lc1=&lt1=&bg1=&f=ifr" marginwidth="165" marginheight="0" width="165" height="240" border="0" frameborder="0" style="border:none;" scrolling="no">
  </iframe>
 </div></td>

Kann mir jemand weiterhelfen?

Danke und lieben Gruss

Junior

  1. Hi Junior,

    <iframe src="http://rcm-de.amazon.de/e/cm?t=typo3forum0e-21&o=3&p=8&l=st1&mode=software-de&search=Typo3&fc1=&=1&lc1=&lt1=&bg1=&f=ifr" marginwidth="165" marginheight="0" width="165" height="240" border="0" frameborder="0" style="border:none;" scrolling="no">
      </iframe>

    Mach mit CSS margin: 0 auto;
    mfg steffen