Click on the HTML Content tab and paste in the
below iFrame code

Dragging  the HTML object from the
The html object once it's on your page

Drag an HTML object onto your page

Right click on it, choose "properties" from the menu...

Size properties in the general tab

After you have the download in Web Studio 4.0 
 Double click on the HTML object called
" iFrame "

You will see the iFrame code is already in the HTML object for you. You can drag that wider & higher to be the size you want.

To follow along with the tutorial just click on the menu provided

What I suggest
Drag the lower iframe into your "my stuff" gallery and work on the code inside that lower iFrame as you follow the tutorial.
Once you have the iFrame the way you want drag that one into your "my stuff" gallery too, then open your site and drag it from my stuff onto your page, make your content page and "POOF"
iframe city.

You can turn off the house icon that makes the index page
(right click on it in the page list and click on Home Page)

Go back

...in the general tab under size make it 500 wide by 100 high.

Putting the iFrame on your Page

The iFrame basics tutorial page 1


step by step inch by inch #1
Making the iframe content. What the code means?
<iframe   src="FrameA.html" name="A" scrolling="auto" width="500" height="100" frameborder="0">
</iframe>

This pages content inside this iFrame are on a different web studio page. The one we called Frame A

So let's go and put something on that page
and have a closer look at the code!

on to step by step inch by inch #2

.ows are files used by web studio

DOWNLOAD iFrame .ows

Making your own iFrame
You can follow the below instructions for how to make your own iframe, or just drag the one we made for you from your
"my stuff" gallery

This just got a lot easier.