untitlejk
06-10-2006, 04:41 AM
I'm new to frames and need some help because I cant seem to get the 4th row of the framesets to show up.
Basically, I'm trying to make 4 rows and each row has a different # of columns. The first 3 rows show up fine but the 4th row just does not show anything.. just a blank white page.
Here is my code:
<frameset border=1 rows="15%,58%,*,*">
<frameset cols="5%,*">
<frame src="blank.html" scrolling="no" noresize>
<frame src="banner.html" scrolling="no" noresize>
</frameset>
<frameset cols="6%,29%,59%,6%">
<frame src="blank.html" scrolling="no" noresize>
<frame src="target.html" scrolling="no" noresize>
<frame src="index.html" scrolling="no" noresize>
<frame src="blank.html" scrolling="no" noresize>
</frameset>
<frameset>
<frame src="menu.html" scrolling="no" noresize>
</frameset>
<frameset>
<frame src="cantseethisone.html" scrolling="no" noresize>
</frameset>
</frameset>
The screen cuts up into 4 rows as I want, but the last frameset with "cantseethisone.html" does not show up the page, just a blank.
What am I doing wrong? Please someone help me out!
Thanks in advance.
Basically, I'm trying to make 4 rows and each row has a different # of columns. The first 3 rows show up fine but the 4th row just does not show anything.. just a blank white page.
Here is my code:
<frameset border=1 rows="15%,58%,*,*">
<frameset cols="5%,*">
<frame src="blank.html" scrolling="no" noresize>
<frame src="banner.html" scrolling="no" noresize>
</frameset>
<frameset cols="6%,29%,59%,6%">
<frame src="blank.html" scrolling="no" noresize>
<frame src="target.html" scrolling="no" noresize>
<frame src="index.html" scrolling="no" noresize>
<frame src="blank.html" scrolling="no" noresize>
</frameset>
<frameset>
<frame src="menu.html" scrolling="no" noresize>
</frameset>
<frameset>
<frame src="cantseethisone.html" scrolling="no" noresize>
</frameset>
</frameset>
The screen cuts up into 4 rows as I want, but the last frameset with "cantseethisone.html" does not show up the page, just a blank.
What am I doing wrong? Please someone help me out!
Thanks in advance.