luvhartz
06-25-2005, 04:16 PM
Right hey everyone, wow its been a while me asking for help with frames (im back from tables hehe) anyway..
the problem:
I am making my frameset on the main page, i have 4 pages to put into this, so far i can only get 3 of them where i want them.
The reason the last one wont go in is a simple one.. i cant figure it out. So far i have a top frame, and underneath in that space is the left and middle frame here : http://www.freewebs.com/overhere/main.htm
What i want is this (its abit of a pic size sry!) : http://www.freewebs.com/angelic101/right.png
if thats too big then this is really basic...(its the 1 on the far right)
http://www.freewebs.com/angelic101/frame.bmp
this is my current code:
<HTML>
<HEAD><!--#include file="minclude.txt" -->
</HEAD>
<frameset rows="150,*">
<frame src=mtop.htm name=top scrolling=auto
marginwidth=0 marginheight=0 noresize=yes>
<frameset cols="100,*">
<frame src=mleft.htm name=left scrolling=auto
marginwidth=0 marginheight=0 noresize=yes>
<frame src=mcentre.htm name=main scrolling=auto
marginwidth=0 marginheight=0 noresize=yes>
</frameset>
</HTML>
where and what code would work for right.htm?
the problem:
I am making my frameset on the main page, i have 4 pages to put into this, so far i can only get 3 of them where i want them.
The reason the last one wont go in is a simple one.. i cant figure it out. So far i have a top frame, and underneath in that space is the left and middle frame here : http://www.freewebs.com/overhere/main.htm
What i want is this (its abit of a pic size sry!) : http://www.freewebs.com/angelic101/right.png
if thats too big then this is really basic...(its the 1 on the far right)
http://www.freewebs.com/angelic101/frame.bmp
this is my current code:
<HTML>
<HEAD><!--#include file="minclude.txt" -->
</HEAD>
<frameset rows="150,*">
<frame src=mtop.htm name=top scrolling=auto
marginwidth=0 marginheight=0 noresize=yes>
<frameset cols="100,*">
<frame src=mleft.htm name=left scrolling=auto
marginwidth=0 marginheight=0 noresize=yes>
<frame src=mcentre.htm name=main scrolling=auto
marginwidth=0 marginheight=0 noresize=yes>
</frameset>
</HTML>
where and what code would work for right.htm?