Log in

View Full Version : Reverse this example of frames?



lprag
06-27-2007, 01:39 PM
Hello,

How do I reverse this example of frames?

http://www.htmlgoodies.com/legacy/tutorials/frames/centerframe2.html

I want to move the bottom menu area to the top.

Here's the present code.

No matter how I rearrange it, I can't get it to work.

<FRAMESET border=1 frameSpacing=4 rows=*,75 frameBorder=0>

<FRAMESET border=1 cols=50&#37;,500,50%><FRAME name=1_left marginWidth=0 marginHeight=0 src="1_left.htm" frameBorder=0 noResize scrolling=no>

<FRAME name=1_middle marginWidth=0 marginHeight=0 src="1_middle.htm"
frameBorder=0 noResize scrolling=yes>

<FRAME name=1_right marginWidth=0 marginHeight=0 src="1_right.htm" frameBorder=0 noResize scrolling=no></FRAMESET>

<FRAME name=1_bottom marginWidth=0 marginHeight=0 src="1_bottom.htm" frameBorder=0 noResize scrolling=no></FRAMESET>