Difference between revisions of "Help:Extensions/IFRAME"
MyWikiBiz, Author Your Legacy — Thursday November 21, 2024
Jump to navigationJump to search ({{DISPLAYTITLE}}) |
|||
Line 1: | Line 1: | ||
+ | {{DISPLAYTITLE:IFRAME}} | ||
==Description== | ==Description== | ||
Revision as of 13:47, 4 June 2007
Description
Using Centiare's generic embed function, you can embed any web page via IFRAME.
Code
Here's an example (Hillary Rodham Clinton):
<embed> <IFRAME src="http://www.hillaryclinton.com/" width="800" height="800" scrolling="auto"></IFRAME> </embed>
In action
<embed> <IFRAME src="http://www.hillaryclinton.com/" width="800" height="1600" scrolling="auto"></IFRAME> </embed>
Centiare:Extensions IFRAME