Chris
04-05-2003, 07:11 AM
How do I get a frame set with a top frame, main frame and a bottom frame. I do not want a left frame. How would I do this??? Plz help!!!
|
View Full Version : 3 Frames Chris 04-05-2003, 07:11 AM How do I get a frame set with a top frame, main frame and a bottom frame. I do not want a left frame. How would I do this??? Plz help!!! Sheila 04-05-2003, 07:23 AM <HTML><HEAD><TITLE>title</TITLE></HEAD> <FRAMESET ROWS="20%, 60%, 20%"> <FRAME SRC="up.html" NAME="up"> <FRAME SRC="middle.html" NAME="middle"> <FRAME SRC="bottom.html" NAME="bottom"> </FRAMESET> <NOFRAMES> Sorry, but your browser does not support frames. </NOFRAMES> </HTML> |