To begin, open up a new Web Studio site. Rename page 1 to Code (or anything you want) by "slowly"
clicking 2 times on the page 1. Now we're ready to get started. Notice the blank page to the left of your
Site Properties? Right click on it. Click on Page Properties, Page HTML, and make sure Inside
Page Header
is checked.
<FRAMESET COLS="100,*,100">
<FRAME NAME="A" SRC="cell_1.htm">
<FRAME NAME="B" SRC="cell_2.htm">
<FRAME NAME="C" SRC="cell_3.htm">
</FRAMESET>
The code to place Inside Page Header is below (blue text). Copy/paste the entire code into the Page
Header
. Nothing, and I repeat nothing else goes on the Code page.......it's only for the actual blue code
below.
Code for Example 2
Example 2 layout
Tutorial 1
Now, add another page and rename it cell_1. Go to Gallery, Backgrounds, and drag a colored
background onto the cell_1 page. Notice the diagram above, it shows which side cell_1 will be located.
With this layout, you can have buttons in cell 1 and 3 which will allow your content to show up in cell 2.
1
2
3
Cell numbers
Start another page and name it cell_2. We're not going to do anything with that page just yet because #2
will be for your main content. Add another page called cell_3. This will be the other side for your buttons.
Now, let's take the next step by adding buttons to #1 and #3 cells.
Open cell_1 page. Add a button either from the gallery or one of your own. Right click on the button,
Properties, and Link tab. Type this in the space: yourpagename.htm "TARGET="B. Use whatever the
name of the page you want to open in the middle main frame (#2). If the page name is Tonight, type in
Tonight.htm "Target="B.
You can also use text links in cells #1 and #3 instead of buttons. But to add a link to text, you must do the
following: Type your text line on the cell #1 page (this needs to be the same name as your page name you
want to open up in the main frame). Open the Gallery, Special FX, and drag the Flip over to the text.
This will rotate it 1 time. Drag it again to rotate the 2nd time and you're ready to add a link. This method
turns text into a graphic.
Let's use the example Tonight. Type the word Tonight on cell #1 page. Do the procedure above by going to
the Special Fx section of the gallery. Drag the Flip on the word Tonight 2 times. Now you have a graphic.
Right click on the word Tonight, Properties, and Link tab. Type in Tonight.htm "Target="B and the
Tonight page should open in the middle cell (#2).

.
This is very important to remember:
Nothing will work online if you have the extensions named htm. HTM only works in preview. You must change
each and every HTM to HTML, otherwise you will have blank pages when viewing online. Also, when uploading
to the internet, the Web Studio house icon needs to be on the Code page.
Setting Up Your Framed Web Site