Example
Here Is an Iframe Template You can use instantly. Just substitute the URL of the page you want to use and you're done:
<iframe name="I1" src="http://www.yourwebsitehere.com" width="889" height="359" scrolling="yes">
Tips
Like most HTML codes, the IFRAME has a few quirks that you'll need to keep in mind when using it:
- The IFRAME code isn't recognized by all browsers. It is important to include alternative content for those that don't read it.
- Links found on a page inside an IFRAME, will continue to open inside the IFRAME, unless the coding in the exterior page is set to target a new window.
- IFRAMES are not scalable. So be sure to set the width and height attributes.