View Full Version : More Help!


Elinor.D.
03-02-2003, 10:22 AM
hi i was helped yesterday and given this code for 3 frames now could sumone plz help me again i would like to know how to add a top frame aswell the HTML i was given is thus:<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>


Ty Luv Ellz!

Peter
03-02-2003, 10:34 AM
Found here: http://framecodes.tripod.com/code.html


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

<FRAMESET ROWS="30%,70%">
<FRAME SRC="up.html" NAME="up">
<FRAMESET COLS="20%,60%,20%">
<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>

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