View Full Version : Frames Help


Elinor.D.
03-01-2003, 11:10 AM
Hi i was wondering if it is possible to have a frame on both sides of the page and still have the page gap in the middle. ty Ellz

MaGiCSuN
03-01-2003, 11:29 AM
I would make 3 frames. That willl be the same as what you mean..

or you could use 2 iframes on both sides. but i would recommend the 3 regular frames


<HTML><HEAD><TITLE>title</TITLE></HEAD>

<FRAMESET COLS="33%, 34%, 33%">
<FRAME SRC="left.html" NAME="left">
<FRAME SRC="middle.html" NAME="middle">
<FRAME SRC="right.html" NAME="right">
</FRAMESET>

<NOFRAMES>
Sorry, but your browser does not support frames.
</NOFRAMES>

</HTML>


that's the code. I hope this helped enough. Frames take up the whole screen, that's why you can't have 2 frames and a regular page in the middle. With the code above you can still load those pages like you want

Love,
Mirna

Elinor.D.
03-02-2003, 09:36 AM
TY!!!thats a great help!luv Ellz