HIPPY
05-18-2009, 11:16 AM
<html>
<head><title>Frame Samples</title>
</head>
<frameset rows="12%,*,12%">
<frame name="topframe" src="top.html">
<frameset cols="14%,*,14%">
<frame name="leftframe" src="left.html">
<frame name="mainframe" src="main.html">
<frame name="rightframe" src="right.html">
</frameset>
<frame name="bottomframe" src="bottom.html">
</frameset>
</html>
Right now I have this script to create a frame layout that looks like this:
http://gamers-encore.com/Untitled.jpg
How can I edit it so that in the top bar there is another frame exactly in the center. So it looks sorta like this:
http://gamers-encore.com/Untitled2.jpg
Thank you!!!
<head><title>Frame Samples</title>
</head>
<frameset rows="12%,*,12%">
<frame name="topframe" src="top.html">
<frameset cols="14%,*,14%">
<frame name="leftframe" src="left.html">
<frame name="mainframe" src="main.html">
<frame name="rightframe" src="right.html">
</frameset>
<frame name="bottomframe" src="bottom.html">
</frameset>
</html>
Right now I have this script to create a frame layout that looks like this:
http://gamers-encore.com/Untitled.jpg
How can I edit it so that in the top bar there is another frame exactly in the center. So it looks sorta like this:
http://gamers-encore.com/Untitled2.jpg
Thank you!!!