101
03-31-2003, 01:07 PM
Here is a frameset for 800 by 600 resolution.
<FRAMESET ROWS="*,600,*">
<FRAME SRC="none.htm" SCROLLING="NO" NORESIZE NAME="blank" FRAMEBORDER="1">
<FRAMESET COLS="*,800,*">
<FRAME SRC="none.htm" SCROLLING="YES" NORESIZE NAME="none" FRAMEBORDER="1">
<FRAME SRC="Main.htm" SCROLLING="YES" NORESIZE NAME="Main" FRAMEBORDER="1">
<FRAME SRC="mone.htm" SCROLLING="YES" NORESIZE NAME="blank" FRAMEBORDER="1">
</FRAMESET>
<FRAME SRC="none.htm" SCROLLING="NO" NORESIZE NAME="blank" FRAMEBORDER="1">
the only problem with it is that when you view it in 600 by 800 resolution it shows the left hand none.htm and only 3/4 of the main.htm. i need it so that it shows it in the middle.
<FRAMESET ROWS="*,600,*">
<FRAME SRC="none.htm" SCROLLING="NO" NORESIZE NAME="blank" FRAMEBORDER="1">
<FRAMESET COLS="*,800,*">
<FRAME SRC="none.htm" SCROLLING="YES" NORESIZE NAME="none" FRAMEBORDER="1">
<FRAME SRC="Main.htm" SCROLLING="YES" NORESIZE NAME="Main" FRAMEBORDER="1">
<FRAME SRC="mone.htm" SCROLLING="YES" NORESIZE NAME="blank" FRAMEBORDER="1">
</FRAMESET>
<FRAME SRC="none.htm" SCROLLING="NO" NORESIZE NAME="blank" FRAMEBORDER="1">
the only problem with it is that when you view it in 600 by 800 resolution it shows the left hand none.htm and only 3/4 of the main.htm. i need it so that it shows it in the middle.