shay005
01-30-2003, 04:02 PM
Okay so heres the problem. It took me a fe hours but I got the coding right for frames. My preview in the geocities editor shows everything is fine. But once I go to the site itself and look through my left frame is on everypage twice. Ive looked over my codes and can't find anything missing on any page.
http://www.geocities.com/MSTogethernessFundRaising
This is my site. The first page is fine. But every other page has two left frames! Ive been working on this for hours and cannot figure out what is wrong.
Sheila
01-30-2003, 04:16 PM
Try adding a space in between the link and target......
This is how you have it....
<a href="Page2.html"target="rightside">
Try....
<a href="Page2.html" target="rightside">
shay005
01-30-2003, 04:28 PM
SHeila, Thanx but no go on that idea. I just cant find the problem. here's my index code
<html>
<head>
<title>Index</title>
</head>
<frameset cols=2,7 border="0">
<frame src="left.html"name="leftside"scrolling=no noresize>
<frame src="mainpage.htm"name="rightside">
</frameset>
<body>
</body>
<noframes>
<a href="Page1.html">Click Here</a>
</noframes>
</html>
I think its okay..Could it be that i have leftpage named as just left.html?
lefty
01-30-2003, 05:00 PM
Your index code is fine... but all your other pages also contain a frame code, causing the frames to appear again in the right frame. So for, like, your "the cause" link, you don't need page2.html, you just need cause.html. The menu is already there, you don't need all those seperate pages :)
shay005
01-30-2003, 05:07 PM
LOL. Oh thank you lefty. I feel like such an idiot. Ive been awake all night working on presentations and didnt even realize what I was doing. Your a life saver!
lefty
01-30-2003, 05:15 PM
heh you're welcome! I actually did the same thing when first learning frames. I wondered why I had so many pages :D