Jrfan888
03-11-2003, 11:36 PM
I am using this code:
<frameset rows="125,*" border="0">
<frame src="top.html" NAME="top">
<frameset cols="140,*" border="0">
<frame src="left.html" NAME="left" scrolling=no>
<frame src="right.html" NAME="right">
<frame src="bottom.html" NAME="bottom">
</frameset>
</frameset>
<body>
</body>
my problem is that the bottom frame wont show...whats wrong?
<frameset rows="125,*" border="0">
<frame src="top.html" NAME="top">
<frameset cols="140,*" border="0">
<frame src="left.html" NAME="left" scrolling=no>
<frame src="right.html" NAME="right">
<frame src="bottom.html" NAME="bottom">
</frameset>
</frameset>
<body>
</body>
my problem is that the bottom frame wont show...whats wrong?