• Das Erstellen neuer Accounts wurde ausgesetzt. Bei berechtigtem Interesse bitte Kontaktaufnahme über die üblichen Wege. Beste Grüße der Admin

iFrame - Problem ...

U

umzug

Guest
Hallo!

Ich habe versucht, ein iFrame in mein aus Tabellenzellen bestehendes Homepage-Layout einzufügen. Allerdings wird der gesamte Tabelleninhalt verschoben, sobald ich das iFrame eingefügt habe.

Hier mein Cods - zuerst ohne iFrame:

Code:
<table border="1" width="962" cellpadding="0" cellspacing="0" height="530">
  <tr>
    <td colspan="3" width="962" height="170" valign="top"><img src="http://www.nilsfriedrich.de/giga4freaks/img/giga_header02.gif"></td>
  </tr>
  <tr>
    <td width="241" valign="top" height="282"><img src="http://www.nilsfriedrich.de/giga4freaks/img/giga_navi01.gif"></td>
    <td width="719" valign="top" height="282">
    </td>
    <td width="2" valign="top" height="282"><img src="http://www.nilsfriedrich.de/giga4freaks/img/giga_strich02.gif"></td>
  </tr>
  <tr>
    <td width="962" colspan="3" valign="top" height="78"><img src="http://www.nilsfriedrich.de/giga4freaks/img/giga_footer01.gif"></td>

  </tr>
</table>


Und hier mit iFrame:

Code:
<table border="1" width="962" cellpadding="0" cellspacing="0" height="530">
  <tr>
    <td colspan="3" width="962" height="170" valign="top"><img src="http://www.nilsfriedrich.de/giga4freaks/img/giga_header02.gif"></td>
  </tr>
  <tr>
    <td width="241" valign="top" height="282"><img src="http://www.nilsfriedrich.de/giga4freaks/img/giga_navi01.gif"></td>
    <td width="719" valign="top" height="282">
    <iframe src="http://www.nilsfriedrich.de/giga4freaks/giga_green.htm" width="19" height="82" vspace="0" hspace="0" marginheight="0" marginwidth="0" frameborder="0">
    </td>
    <td width="2" valign="top" height="282"><img src="http://www.nilsfriedrich.de/giga4freaks/img/giga_strich02.gif"></td>
  </tr>
  <tr>
    <td width="962" colspan="3" valign="top" height="78"><img src="http://www.nilsfriedrich.de/giga4freaks/img/giga_footer01.gif"></td>

  </tr>
</table>



Bitte helft mir! Ich brauche den code dringend! :eek:
 
So wie ich das sehe, hast Du eine Seite mit viel Fließtext in einem Iframe, der nur 19 Pixel breit ist. Und so ergibt sich ein endloser Textschlauch, der nur umbricht, wenn ein Wort zu Ende ist. Dazu kommt, dass es einen Scrollbalken gibt, der allein etwa 20 Pixel breit ist.

Ergo: Kontrolliere mal die Maße und dann klappt das auch, denn der code von iframe und Tabellen ist o.k.
 
Zurück
Oben