ukemike
09-16-2003, 10:31 AM
I got a little problem with frames. Im trying to have a page with 4 frames.
Here is the source code:
<frameset rows="15%, 70%" border="0">
<frame src="top_window.html" name="topwindow" scrolling="no" noresize border=0>
<FRAMESET cols="20%, 20%, 20%" BORDER=0>
<FRAME SRC = "left_window.html" name="leftwindow" scrolling="no" noresize border=0>
<frame src = "main_window.html" name="mainwindow" border=0 noresize>
<frame src = "right_window.html" name="rightwindow" scrolling="no" noresize border=0>
</FRAMESET>
</FRAMESET>
the only problem is. i want the side to open up look like this:
------------------------------------------------
| all my frames | |
blank | | blank |
| | |
| | |
| | |
-------------------------------------------------
its like when you open up some sites and when the browser is maximized from being in normal window, the site stays the same width.
like this site: http://www.killersites.com/
see how its all centered horizontally. i tried to put the whole thing into a table cell, but i guess tables dont accept frames within table cell.s any idea anyone
thank you
mike
Here is the source code:
<frameset rows="15%, 70%" border="0">
<frame src="top_window.html" name="topwindow" scrolling="no" noresize border=0>
<FRAMESET cols="20%, 20%, 20%" BORDER=0>
<FRAME SRC = "left_window.html" name="leftwindow" scrolling="no" noresize border=0>
<frame src = "main_window.html" name="mainwindow" border=0 noresize>
<frame src = "right_window.html" name="rightwindow" scrolling="no" noresize border=0>
</FRAMESET>
</FRAMESET>
the only problem is. i want the side to open up look like this:
------------------------------------------------
| all my frames | |
blank | | blank |
| | |
| | |
| | |
-------------------------------------------------
its like when you open up some sites and when the browser is maximized from being in normal window, the site stays the same width.
like this site: http://www.killersites.com/
see how its all centered horizontally. i tried to put the whole thing into a table cell, but i guess tables dont accept frames within table cell.s any idea anyone
thank you
mike