cowgirl_bebop
05-20-2003, 12:36 AM
I guess it's been awhile since I've done frames >_< I'm trying to do a top frame that overlaps the left frame (so three frames intotal) I've got all the pages (right.html, left.html, top.html) and it shows up when I hit the preview button but doesn't work when I want to view it seperately. This is getting to be unusally complicated o_O
this is the code I've been using:
<!-- %%NOBANNER%% -->
<html>
<head><title>Animate Me</title></head>
<frameset rows="393,*" border="0" frameborder="0" framespacing="0">
<frame src="http://animateme.topcities.com/layouts/top.html" NAME="top" scrolling="no">
<frameset cols="213,*" border="0" frameborder="0" framespacing="0">
<frame src="http://animateme.topcities.com/layouts/left.html" NAME="left" scrolling="no">
<frame src="http://animateme.topcities.com/layouts/right.html" NAME="right" scrolling="no">
</frameset>
</frameset>
<body>
</body>
<noframes>
Your browser doesnot support frames.
</noframes>
</html>
this is what I'm getting:
http://animateme.topcities.com/layouts/index.html
this is the code I've been using:
<!-- %%NOBANNER%% -->
<html>
<head><title>Animate Me</title></head>
<frameset rows="393,*" border="0" frameborder="0" framespacing="0">
<frame src="http://animateme.topcities.com/layouts/top.html" NAME="top" scrolling="no">
<frameset cols="213,*" border="0" frameborder="0" framespacing="0">
<frame src="http://animateme.topcities.com/layouts/left.html" NAME="left" scrolling="no">
<frame src="http://animateme.topcities.com/layouts/right.html" NAME="right" scrolling="no">
</frameset>
</frameset>
<body>
</body>
<noframes>
Your browser doesnot support frames.
</noframes>
</html>
this is what I'm getting:
http://animateme.topcities.com/layouts/index.html