mastercase
05-13-2006, 04:59 AM
I originally wanted the top frame to be sided by both the right and left frames, but since then decided I prefered to have the top frame run completely over the top of the page. Problem is, I've confused myself with how to change the coding back to this simple design. Anyone care to help?
<HTML>
<HEAD>
<TITLE>Title Here</TITLE>
</HEAD>
<frameset cols="23%, 54%, 23% "border=0 frameborder=0 framespacing=0>
<frame src="frame src" name="left" SCROLLING="NO" NORESIZE>
<frameset rows="37%,63%" border=0 frameborder=0 framespacing=0>
<frame src="frame src" name="header" SCROLLING="NO" NORESIZE>
<frame src="frame src" name="bottom">
</frameset>
<frame src="frame src" name="right" SCROLLING="NO" NORESIZE>
</frameset>
<noframes>
<center>Sorry, but your browser does not support frames.</center> </noframes>
</html>
<HTML>
<HEAD>
<TITLE>Title Here</TITLE>
</HEAD>
<frameset cols="23%, 54%, 23% "border=0 frameborder=0 framespacing=0>
<frame src="frame src" name="left" SCROLLING="NO" NORESIZE>
<frameset rows="37%,63%" border=0 frameborder=0 framespacing=0>
<frame src="frame src" name="header" SCROLLING="NO" NORESIZE>
<frame src="frame src" name="bottom">
</frameset>
<frame src="frame src" name="right" SCROLLING="NO" NORESIZE>
</frameset>
<noframes>
<center>Sorry, but your browser does not support frames.</center> </noframes>
</html>