ldsnodden
07-08-2003, 04:19 PM
How can a copy of the frame name "banner" under the "main" frame so it will have banner at the top, main in the middle and bottom at the bottom of the page?
Thanks. Here is the source code.
<html>
<head>
<TITLE>The Chesterfield and District Referees Association</TITLE>
</head>
<frameset rows="110, 100%" border="0" frameSpacing="0" frameBorder="0">
<frame name="banner" src="top.htm" scrolling="no" noresize frameborder="0" marginheight="0" marginwidth="2">
<frameset cols="100%" border="0" frameborder="0" frameSpacing="0">
<frame name="main" src="index2.htm" frameborder="0" noresize scrolling="auto" "fixed">
</frameset>
</frameset>
</html>
Thanks. Here is the source code.
<html>
<head>
<TITLE>The Chesterfield and District Referees Association</TITLE>
</head>
<frameset rows="110, 100%" border="0" frameSpacing="0" frameBorder="0">
<frame name="banner" src="top.htm" scrolling="no" noresize frameborder="0" marginheight="0" marginwidth="2">
<frameset cols="100%" border="0" frameborder="0" frameSpacing="0">
<frame name="main" src="index2.htm" frameborder="0" noresize scrolling="auto" "fixed">
</frameset>
</frameset>
</html>