Frames Help!!!!

windows

Guest
Hello everyone. I just started a website for a great game I have. Anyways, when I click on the Home Button, it loads the page wrong. It looks all jacked up. Here is the URL:<br />
<!-- m --><a class="postlink" href="http://www.angelfire.com/games5/c_n_c_gen_zh_world/index.html">http://www.angelfire.com/games5/c_n_c_g ... index.html</a><!-- m --><br />
Here is the coding for my left frame:<br />
<br />
<html><br />
<head><br />
<title>Command & Conquer Generals World!</title><br />
</head><br />
<body bgcolor="330000" text="#000000" link="#0000ff" alink="#800080" vlink="#ff0000"><br />
<basefont size="3"><br />
<br />
<p><left><A HREF=http://www.htmlforums.com/archive/index.php/"http://www.angelfire.com/games5/c_n_c_gen_zh_world/index.html"><img src="home.gif" BORDER="0"></left></a></p><br />
<p><left><A TARGET="mainframe" HREF=http://www.htmlforums.com/archive/index.php/"http://www.angelfire.com/games5/c_n_c_gen_zh_world/cncgenpage.html"><img src="cncgenbut.gif" BORDER="0"></A></left></p> <br />
<p><left><img src=http://www.htmlforums.com/archive/index.php/"cncgenzhbut.gif"></left></p><br />
</body><br />
</html><br />
<br />
Here is the code for my index.html:<br />
<br />
<html><br />
<head><br />
<title>Command & Conquer Generals World!</title><br />
</head><br />
<FRAMESET COLS="15%,85%"><br />
<FRAME SRC=http://www.htmlforums.com/archive/index.php/"leftframe.html"><br />
<FRAME SRC=http://www.htmlforums.com/archive/index.php/"mainframe.html" NAME="mainframe"> <br />
</FRAMESET><br />
<br />
</html><br />
<br />
Finally, here is the coding for the main part of the page(the middle):<br />
<br />
<html><br />
<head><br />
<title>Command & Conquer Generals World!</title><br />
</head><br />
<body bgcolor="#330000" text="#FFFFFF" link="#0000ff" alink="#800080" vlink="#ff0000"><br />
<basefont size="3"><br />
<center><img src=http://www.htmlforums.com/archive/index.php/"generalswebsitelogo.gif"></center><br />
<br><br />
<TABLE BORDER=1 WIDTH="30%" CELLPADDING=1 CELLSPACING=0 ALIGN="CENTER"><br />
<TR><br />
<TH><a href=http://www.htmlforums.com/archive/index.php/"mailto:p[email protected]"><font size="2">Send Me Your Maps Here!! (Generals OR Zero Hour Only!)</font></a></TH><br />
</TR><br />
</TABLE><br />
<br><br />
<p align="center">Welcome to my Command & Conquer Generals site! This site is still under construction and all, but I will be putting up some maps and many other things for Generals and its new expansion, Zero Hour very soon. I will be posting news below here, so make sure you check there whenever you come back!...So have fun, and come visit us again! -<font color="#666666">||PC|Gamer|Mofo||</p></center></font><br />
<br><br />
<TABLE BORDER=1 WIDTH="50%" CELLPADDING=2 CELLSPACING=1 ALIGN="LEFT"><br />
<TR><br />
<TH><p align="center"><b><font size="2">This Site Is Up!<br></b></font><font size="1">Posted On: 10/7/03 @ 4:35P.M. PST</font></TH><br />
<br />
</TR><br />
<TR><br />
<TD><p align="left"><font size="2">Hey everyone, just got this site up today. Will be adding stuff to it atleast 2 times a week.(I have no internet access at home, only at friend's house.) But do not worry about that! I will make sure to update this site as much as possible. Remember to send me your Generals or Zero Hour maps! Later...</font><font color="#666666">PC Gamer Mofo</font></TD><br />
<br />
</TR><br />
</TABLE><br />
</p><br />
<br />
<br />
</body><br />
</html><br />
<br />
<br />
Thanks alot!<!--content-->you dont have target="mainframe" in the <a> tag ;)<!--content-->ok thanks, just did that but now the frame loads next to the other frame! take a look at it now:<br />
<!-- m --><a class="postlink" href="http://www.angelfire.com/games5/c_n_c_gen_zh_world/index.html">http://www.angelfire.com/games5/c_n_c_g ... index.html</a><!-- m --><!--content-->i got it now. i changed the Home button to just load the mainframe. that should of done it. thx anyways tho!<!--content-->
 
Back
Top