View Full Version : Bottoms frames


Chris
04-14-2003, 07:55 AM
What is the HTML Code for a top frame, main frame, and a bottom frame? It would be much appreciated.

Ta

Sheila
04-14-2003, 09:26 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>

epolady
04-14-2003, 09:26 AM
Try http://framecodes.tripod.com I'm sure she has something like that.

*cough* Sheila beat me, you can delete this.