bubblegummy
04-15-2003, 09:06 AM
If you go to http://www.geocities.com/thepotatoprincess/frames.gif you'll see a diagram - that's how I'd like my frameset to look.
I got this code from Sheila's frame codes website:
<HTML><HEAD><TITLE>title</TITLE></HEAD>
<FRAMESET ROWS="20%,60%, 20%">
<FRAME SRC="up.html" NAME="up">
<FRAMESET COLS="20%,80%">
<FRAME SRC="left.html" NAME="left">
<FRAMESET ROWS="20%,70%,10%">
<FRAME SRC="up2.html" NAME="up2">
<FRAME SRC="main.html" NAME="main">
<FRAME SRC="down.html" NAME="down.html">
</FRAMESET>
</FRAMESET>
<FRAME SRC="bottom.html" NAME="bottom">
<NOFRAMES>
Sorry, but your browser does not support frames.
</NOFRAMES>
</HTML>
It's very close to what I'd like, but there's no right hand frame in the middle section - There are two frames in the middle part of Sheila's frameset, and I'd like three. I'm not sure where to insert that extra line of coding and what to change.
Please help if you can :)
I got this code from Sheila's frame codes website:
<HTML><HEAD><TITLE>title</TITLE></HEAD>
<FRAMESET ROWS="20%,60%, 20%">
<FRAME SRC="up.html" NAME="up">
<FRAMESET COLS="20%,80%">
<FRAME SRC="left.html" NAME="left">
<FRAMESET ROWS="20%,70%,10%">
<FRAME SRC="up2.html" NAME="up2">
<FRAME SRC="main.html" NAME="main">
<FRAME SRC="down.html" NAME="down.html">
</FRAMESET>
</FRAMESET>
<FRAME SRC="bottom.html" NAME="bottom">
<NOFRAMES>
Sorry, but your browser does not support frames.
</NOFRAMES>
</HTML>
It's very close to what I'd like, but there's no right hand frame in the middle section - There are two frames in the middle part of Sheila's frameset, and I'd like three. I'm not sure where to insert that extra line of coding and what to change.
Please help if you can :)