How to Build an iFrame Gadget
Fuente: spidercom.
14 del 11 de 2011
When developing a webpage or website in the hypertext markup language (HTML), if you wish to include the contents of an external page within another page, you can build and code an IFrame. IFrames are HTML coding tags that allow externally-or internally-sourced material to be included within a webpage. You do not need to compile IFrame code; simply write it into your HTML page.
Read more at www.ehow.com
- Difficulty:
- Easy
Instructions
1
Open your webpage in Notepad.
2
Browse to the section where you want to insert your IFrame.
3
Type the following code in:
<iframe src="http://www.ehow.com/webpage.html" width="600" height="400"></iframe>
4
Replace "webpage.html" with the page or URL of the content you want to link. Replace "600" and "400" with the size in pixels you want to create for the IFrame.
5
Save the page.



