Difference between revisions of "Help:Extensions/IFRAME"
MyWikiBiz, Author Your Legacy — Monday November 11, 2024
Jump to navigationJump to search ({{DISPLAYTITLE}}) |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
==Description== | ==Description== | ||
− | Using | + | Using MyWikiBiz's generic embed function, you can embed any web page via [[IFRAME]]. |
==Code== | ==Code== | ||
Line 22: | Line 22: | ||
</embed> | </embed> | ||
− | [[Page Of:: | + | [[Page Of::Help:Extensions]] |
[[Extension Name:=IFRAME]] | [[Extension Name:=IFRAME]] | ||
− | [[Category: | + | [[Category:MyWikiBiz Extensions]] |
Latest revision as of 20:16, 26 December 2007
Description
Using MyWikiBiz'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>
Help:Extensions IFRAME