iFrame Problem(?)

Status
Nicht offen für weitere Antworten.
Code:
<iframe frameborder="0" scrolling="auto" height="100%" width="100%" src="blub.htm"/>

Bei mir funktioniert das so ohne probs. Woran dein Fehler liegt weiß ich nicht.
Greetz Steff
 
Falls du von einem weissen Rand sprichst.... dafür gibts marginwidth/marginheight
Code:
<iframe border="0"frameborder="0"scrolling="no"marginheight="0"marginwidth="0"src="blubb.htm">blubb</iframe>
 
Status
Nicht offen für weitere Antworten.
Zurück