Page 1 of 1
Insertion of I-frames into pages
Posted: Tue Dec 18, 2007 9:37 pm
by ozzie
Hi guys,
I wanted to insert an Iframe into a given page.
is there capacity to do so and is it restricted somehow?
Thanks.
Re: Insertion of I-frames into pages
Posted: Tue Dec 18, 2007 9:56 pm
by kermit
just insert the html code into the page (turn off the editor or use its edit html source mode) or template you want it in...
example iframe html:
Code: Select all
<div class="advert">
<p>advertisement:</p>
<__iframe src="uploads/placeholder_728x90_iframe.html" width="728" height="90" hspace="0" vspace="0" frameborder="0" marginheight="0" marginwidth="0" scrolling="no">
<a href="#"><img src="uploads/images/placeholder_728x90.png" alt="advertisement space" width="728" height="90" /></a>
</__iframe>
</div>
Re: Insertion of I-frames into pages
Posted: Wed Dec 19, 2007 10:41 am
by RonnyK
Or use the tags {embed} included in the default tag-list, or {pi_iframe} shich can be downloaded from the dev-area.
Ronny