about

What is an IFRAME? An iframe is a construct which embeds a page into some other page so that embedded data is displayed inside a subwindow of the browser's window.

On your main page you might use an IFRAME to display more information about an upcoming event. You would have a scrolled window with more information, the first few lines of its content are directly visible and the rest of it can be viewed by vertical scrolling.

You can define the frame's size, and determine whether or not scrollbars and border are displayed. You can place it anywhere in the page by dragging and dropping like any other object.

So, let's see how it's done...