<FRAMESET COLS="50%,50%">
<FRAME NAME="A" SRC="cell_1.htm">
<FRAME NAME="B" SRC="cell_2.htm">
</FRAMESET>
<FRAMESET COLS="50%, 50%">
<FRAMESET COLS="50%, 50%
<FRAMESET ROWS="75%, 25%">
<FRAME NAME="A" SRC="cell_1.htm">
<FRAME NAME="B" SRC="cell_2.htm">
</FRAMESET>

<FRAMESET ROWS="33%, 33%,33%">
<FRAME NAME="C" SRC="cell_3.htm">
<FRAME NAME="D" SRC="cell_4.htm">
<FRAME NAME="E" SRC="cell_5.htm">
</FRAMESET>
</FRAMESET>

Tutorial 4
Using Percentages
75%
25%
33%
33%
33%
cell_1
cell_3
cell_4
cell_5
cell_2
cell_1
cell_2
50%
50%
COL 1
COL 2
The illustration above is split in 2 COLS="50%, 50%. The rows are 75%, 25% in the first column. Col 2 is split into
rows of 33%, 33%, 33%. See how it lines up?
ROW 1
ROW 2
ROW 3
Notice the <FRAMESET> and </FRAMESET>? The last one, (</FRAMESET>), at the bottom closes the col. Then
there's one to close the first set of rows </FRAMESET>, and finally after the second set of rows </FRAMESET> to
close out everything..........the rows and the col.
.
Note: Percentages must add up to 99% or 100%.