View Full Version : frame set. top and bottom?


52girl
07-24-2003, 08:43 AM
once agian.... the frames are smarter than me.
http://strongerthanyou.com/strongerthanyou.html

ive done than much....
but now i want a top frame, and a bottom frame. [running right across the top/bottom]
http://strongerthanyou.com/top.html
http://strongerthanyou.com/bottom.html

is a wonderful skilled professional able to help me?
thanks again.
.kellie.

Kaliyoda
07-24-2003, 09:23 AM
Trt this frameset - edit for your three files (top, middle, bottom) and top & bottom frame hieghts (mine is 80px) and scrolling options etc.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset rows="80,*,80" frameborder="NO" border="0" framespacing="0">
<frame src="top.html" name="topFrame" scrolling="NO" noresize >
<frame src="middle.html" name="mainFrame">
<frame src="bottom.html" name="bottomFrame" scrolling="NO" noresize>
</frameset>
<noframes><body>

</body></noframes>
</html>

52girl
07-24-2003, 09:30 AM
okay, thats almost it..... [thanks :) by the way... appreciate it]
but where do i put the codes to have the left and right frames either side of that i have..?

currently i have.....
<HTML>
<HEAD>
<TITLE>STRONGERTHANYOU</TITLE>
<frameset rows="80,*,80" border=0 frameborder=0 framespacing=0>
<frame src="top.html" name="top" scrolling="NO" noresize >
<frame src="middle.html" name="middle" scrolling=no noresize>
<frame src="bottom.html" name="bottom" scrolling="NO" noresize>
</frameset>
<noframes><body>
</body></noframes>
</html>



i need to add ---
<frameset cols=35%,*,35% border=0 frameborder=0 framespacing=0>
<frame src="left.html" name="left" scrolling=no noresize>
<frame src="middle.html" name="middle" scrolling=no noresize>
<frame src="right.html" name="right" scrolling=no noresize>
</frameset>

Peter
07-24-2003, 09:40 AM
This what you want?

<HTML>
<HEAD>
<TITLE>STRONGERTHANYOU</TITLE>

<frameset cols="20%,60%,20%">
<frame src="left.html" name="left">
<frameset rows="80,*,80" border=0 frameborder=0 framespacing=0>
<frame src="top.html" name="top" scrolling="NO" noresize >
<frame src="middle.html" name="middle" scrolling=no noresize>
<frame src="bottom.html" name="bottom" scrolling="NO" noresize>
</frameset>
<frame src="right.html" name="right">
</frameset>
<noframes><body>
</body></noframes>
</html>

52girl
07-24-2003, 09:45 AM
you're brilliant! thank you!!
i really appreciate it :)

Peter
07-24-2003, 09:46 AM
You're welcome :D

Kaliyoda
07-24-2003, 05:06 PM
Sniff - I love a happy ending - sniff :D