Location: Example HTML IFRAME Embed

Discussion: How?Reported This is a featured thread

Showing 3 posts

GoldenDappleLeaf
How?
Dec 21 2009, 6:21 AM EST | Post edited: Dec 21 2009, 6:21 AM EST
How do you do this? Do you find this valuable?    
Keyword tags: None (edit keyword tags)
walrusworldstudios
walrusworldstudios
1. RE: How?
Dec 21 2009, 12:14 PM EST | Post edited: Dec 21 2009, 12:14 PM EST
Well, this page was made by the use of an iframe. To create an iframe, you need to go to the "Other Widget" section of the Widget. From there, you will need to type in the following code:

<iframe name="add name here" src="add URL of page here" width="insert width of the page here" height="insert height of page" scrolling="insert 'yes' or 'no'">

iframe name= The Name of The Iframe
src= The URL of the page you want in the iframe
width= The Width of the iframe on the page.
height= The Height of the iframe on the page.
scrolling= Do you want the iframe to have a scrolling bar?

For more information, please view: http://www.wetpaintcentral.com/page/Including+HTML+Pages
Do you find this valuable?    

GoldenDappleLeaf
2. RE: How?
Dec 22 2009, 5:47 AM EST | Post edited: Dec 22 2009, 5:47 AM EST
Thanks, Walrus! It works perfectly! Do you find this valuable?