View Full Version : is this the right code?


metallibluegurl
06-20-2003, 10:29 PM
<frameset rows="50,*" frameborder="0" border="0">
<frame src="menu.html" NAME="top">
<FRAMESET COLS="240,440,230,*" frameborder="0" border="0">
<FRAME SRC="blank.html" NAME="left">
<FRAME SRC="main.html" NAME="middle">
<FRAME SRC="m/mindex.html" NAME="middle2">
<FRAME SRC="blank2.html" NAME="right">
<frameset rows="*,50" frameborder="0" border="0">
<frame src="bottom.html" NAME="bottom">
</FRAMESET>



i made a page 4 top, bottom, and middle which have a left, right, left middle and right middle...yeah...pleas tell me u understand what i'm sayin

Dude128
06-21-2003, 01:25 AM
I think your first <frameset> tag should have 3 different heights, since you seem to want 3 different rows, but you only have 2. also, you need a couple more </frameset> tags in there- you have 3 opening <frameset> tags, but only one </frameset>. you should have one for the outermost frameset that contains all of the frames, and then another one for each of the two rows that you have multiple frames in.