Margin for IFrame - Joomla! Forum - community, help and support
hi there,
i've got question. on local site want add margin iframe. iframe has marginwidth, counts towards iframe content.
<iframe width="700" height="480" frameborder="0" marginwidth="10"
src="http://www.example/test/images/edge/banner homepage.html">
</iframe>
now have add bit of html code, not code wondered if me. has go bit more right, 10-15px. i'm not sure think has done <div>?
there here knows how :p
greetings martijn!
i've got question. on local site want add margin iframe. iframe has marginwidth, counts towards iframe content.
<iframe width="700" height="480" frameborder="0" marginwidth="10"
src="http://www.example/test/images/edge/banner homepage.html">
</iframe>
now have add bit of html code, not code wondered if me. has go bit more right, 10-15px. i'm not sure think has done <div>?
there here knows how :p
greetings martijn!
you're on right track. this:
and in css file enter:
.iframe {margin-right:15px;}
good luck.
richard
code: select all
<div class="iframe">
<iframe width="700" height="480" frameborder="0" marginwidth="10"
src="http://www.example/test/images/edge/banner homepage.html">
</iframe>
</div> <!-- end iframe -->
and in css file enter:
.iframe {margin-right:15px;}
good luck.
richard
Comments
Post a Comment