pyroteq
05-15-2003, 12:24 AM
<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>
</body>
<noframes>
<a href=http://www.geocities.com/brutal_fortress/Main.html">Click Here</a>
</noframes>
</html>
It worked before now it doesn't
zangerbanger
05-15-2003, 12:36 AM
I'm not sure, but try putting your <noframes> tags between your <body> tags.
pyroteq
05-15-2003, 01:24 AM
Heres the menu code
<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>
Heres the main page code:
<html>
<head>
<title>Main</title>
</head>
<body bgcolor="000000">
<basefont="arial" size="5" color="white">
<p align=center>News</p>
<br>
<p>Brute Force is nearly here!</p>
</body>
</html>
Felicity...
05-15-2003, 04:56 AM
umm what are you trying to make ...frames...iframes...normal boring page... sorry i'm confused
Peter
05-15-2003, 11:10 AM
Delete part in bold
<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>
</body>
<noframes>
<a href=http://www.geocities.com/brutal_fortress/Main.html">Click Here</a>
</noframes>
</html>