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!

you're on right track. this:

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

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support