Hi,
ich hab ein Problem mit einem iframe. Ich bekomme den Innenabstand von oben einfach nicht weg.
Hat einer von euch vielleicht ne Idee?
ich hab ein Problem mit einem iframe. Ich bekomme den Innenabstand von oben einfach nicht weg.
PHP-Code:
echo '
<iframe
src="'.$video.'"
marginHeight="0px"
marginWidth="0px"
width="'.$breite.'"
height="'.$hoehe.'"
frameborder="0"
id="video"
scrolling="no">
</iframe>
';
Kommentar