View Full Version : Help with frames


pyroteq
05-15-2003, 01:20 AM
I know this should be in the frames forum but I need help quickly and I thought there may be more help in this forum

I need to know why errors are coming on the page. I can't see the main page or menu here is the code for the frames page:

<html>
<head>
<body bgcolor="#000000">
<title>Frame index</title>
</head>
<frameset cols=20%,80%>
<frame src="http://www.geocities.com/brutal_fortress/frames.html" name="Menu">
<frame src="http://www.geocities.com/brutal_fortress/Main.html" name="Page">
</frameset>
<body>
<noframes>
<a href=http://www.geocities.com/brutal_fortress/Main.html">Click Here</a>
</noframes>
</body>
</html>


Here is the code for the main page:
<html>
<head>

<title>Main</title>

</head>

<body>
<basefont="arial" size="5" color="white">

<p align=center>News</p>

<br>
<p>Brute Force is nearly here!</p>

</body>
</html>


Here is the code for the menu:
<html>
<head>
<body bgcolor="#000000">
<title>Frames</title>

</head>

<body>

<form method="link" action="http://www.geocities.com/brutal_fortress/characters.html"> <input type="submit" value="Characters" rows=6 COLS=26 style="font-family:arial" style="border style:solid" style="background:#ff3300" style="color:#ffcc33"></form>

<form method="link" action="http://www.geocities.com/brutal_fortress/screenshots.html"> <input type="submit" value="Screenshots" rows=6 COLS=26 style="font-family:arial" style="border style:solid" style="background:#ff3300" style="color:#ffcc33"></form>

<form method="link" action="http://www.geocities.com/brutal_fortress/links.html"> <input type="submit" value="Links" rows=6 COLS=26 style="font-family:arial" style="border style:solid" style="background:#ff3300" style="color:#ffcc33"></form>

<form method="link" action="http://www.geocities.com/brutal_fortress/preview.html"> <input type="submit" value="Preview" rows=6 COLS=26 style="font-family:arial" style="border style:solid" style="background:#ff3300" style="color:#ffcc33"></form>

<form method="link" action="http://www.geocities.com/brutal_fortress/review.html"> <input type="submit" value="Review" rows=6 COLS=26 style="font-family:arial" style="border style:solid" style="background:#ff3300" style="color:#ffcc33"></form>

<form method="link" action="http://www.geocities.com/brutal_fortress/story.html"> <input type="submit" value="Story" rows=6 COLS=26 style="font-family:arial" style="border style:solid" style="background:#ff3300" style="color:#ffcc33"></form>

<form method="link" action="http://www.geocities.com/brutal_fortress/news.html"> <input type="submit" value="News" rows=6 COLS=26 style="font-family:arial" style="border style:solid" style="background:#ff3300" style="color:#ffcc33"></form>

<form method="link" action="http://www.geocities.com/brutal_fortress/walkthrough.html"> <input type="submit" value="Walkthrough" rows=6 COLS=26 style="font-family:arial" style="border style:solid" style="background:#ff3300" style="color:#ffcc33"></form>

<form method="link" action="http://www.geocities.com/brutal_fortress/cheats.html"> <input type="submit" value="Cheats" rows=6 COLS=26 style="font-family:arial" style="border style:solid" style="background:#ff3300" style="color:#ffcc33"></form>



</body>
</html>



Sorry it's a bit of a read.

Anyone can help?

zangerbanger
05-15-2003, 02:03 AM
*Try to not post the same question in 2 different threads*

I think I found it. Take out <body bgcolor="#000000"> from your head. It doesn't belong with frames so don't insert it anywhere else.