Frames page, wont show frames - http://www.21studios.com/Temp/index.htm (Posted by Grandmaster)
Hi Everyone.
I am trying to make a frames page for 640 by 480. I got the frames made and there is content in them, but everything shows up as a blank white spot. If you would, can you view the souce and see if theres anything wrong. that you guys can see. If you like, you can look at all of those pages for the frames, there all in the ../Temp/ derectory. Thansk for all the help
------
Ken Prescott
http://www.21studios.com
Ken Prescott
Jim Shilt posted this at 18:31 — 7th November 1999.
They have: 268 posts
Joined: May 1999
Hi Ken,
Looks like you have to many frameset tags in the code. Take out the <frameset cols="*"> and the corresponding /frameset tag. (Second set of tags.)
Should look like this.
<html>
<head>
<title> Title </title>
</head>
<frameset frameborder="0" framespacing="0" border="0" rows="90,*">
<frame name="top" src="http://www.21studios.com/Temp/top.htm" scrolling="auto">
<frameset cols="219,*,38">
<frame name="side" src="http://www.21studios.com/Temp/side.htm" scrolling="auto">
<frameset rows="*,10">
<frame name="main" src="http://www.21studios.com/Temp/main.htm">
<frame name="bottom" src="http://www.21studios.com/Temp/bottom.htm" scrolling="auto">
</frameset>
<frame name="right" src="http://www.21studios.com/Temp/right.htm" scrolling="auto">
</frameset>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
Hope this works for you.
Jim
----------
My goal in life is found in Phillipians 4:8-9
My goal in life is found in Phillipians 4:8-9
shoutingrock.org/troop214
Grandmaster posted this at 02:49 — 8th November 1999.
They have: 677 posts
Joined: Mar 1999
Ohh My, Your too good. Thanks bunches.
--------
Ken Prescott
http://www.21studios.com
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.