iFrames

An iframe is an object that allows you to embed one webpage into another, for example, below, we have embedded the google.com webpage, it's not just an image, it's an actual, working, website.

A quick example

First, we need to put a canvas down on the page, so on a new page (you can use an existing page, but to keep this example simple, we will assume the page has nothing else on it).

First, place a iFrame on the page by choosing 'iFrame' from the 'New Element' toolbar menu.
To specify the webpage we want to embed, we need to set the src attribute.
You can also set the longdesc attribute, which is an URL to a long description of the frame contents.

Setting the scrolling attribute to yes,no, or auto to define when you want to display scrollbars.