View Full Version : blank page....


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

Sheila
05-20-2003, 06:34 AM
That coding works for me. It must have something to do with the site you are hosting it on. Are you using an easy/basic/page builder?

pb&j
05-20-2003, 01:12 PM
doing a "view source" this appears at the start of your coding...

</noscript></div></xmp></style>

that may be the problem. after that is their popup advertisement which should be ok to still view your page afterwards.