Help:Extensions/IFRAME

MyWikiBiz, Author Your Legacy — Thursday April 25, 2024
< Help:Extensions
Revision as of 01:40, 9 March 2007 by Snerfling (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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>

IFRAME