Insertion of I-frames into pages

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
ozzie
Forum Members
Forum Members
Posts: 37
Joined: Sun Dec 02, 2007 9:09 pm

Insertion of I-frames into pages

Post 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.
User avatar
kermit
Power Poster
Power Poster
Posts: 693
Joined: Thu Jan 26, 2006 11:46 am

Re: Insertion of I-frames into pages

Post 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>
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Insertion of I-frames into pages

Post 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
Post Reply

Return to “CMSMS Core”