pixiebird55
09-19-2004, 11:45 PM
I have completed a web page for a class I'm taking but can't get the frames to work. This is what I have for my frame page:
<html>
<head>
<title>Two Row Frame Page</title>
</head>
<frameset rows="75%,25%">
<frame SRC="lawoff.htm" name="frame1">
<frame SRC="toc.htm" name="frame2">
</frameset>
<body>
</body>
<noframes>
<a href="lawoff.htm">frame1</a>
<a href="toc.htm">Frame2</a>
</noframes>
</html>
The lawoff.htm is my main page and the toc.htm has my navigation tools for the bottom frame. What am I missing? Do I need to put something somewhere else? If so where? I've been working on this for so long I can't see anything any more!
Thanks to anyone who can help!
try deleting this part...
<body>
</body>
then if you can please explain exactly what is (or is not) happening. if possible, please link to it so we can see the problem in action. thanks.
pixiebird55
09-20-2004, 12:38 AM
I deleted that and it doesn't work. I want my first page to have frames (two rows) In the top frame I want the top frame to have every thing I have written for the first page (which is named lawoff.htm) Then in the second frame I want the navigation buttons which will take you to other pages I have made. I named this toc.htm. When my first page comes up I have to second frame. Does this make sense? I am so frustrated!!!! Thanks for trying!
pixiebird55
09-20-2004, 12:43 AM
I'm sorry I did not put this in the Frames forum. So tired I didn't even see it!
Monkey Bizzle
09-20-2004, 02:28 AM
what is the url to your page?
pixiebird55
09-20-2004, 02:40 AM
I am really feeling stupid here. In my second frame I want the navigation bar that has 3 words that are links to my other pages. It is found in my toc.htm I don't have a url to put in there. Is this where I am messing up? I feel like screaming!!!
again,
please post a link to your site so we can see the problem in action.
you descriptions are rather confusing.
thanks.
Monkey Bizzle
09-20-2004, 04:53 AM
I don't have a url to put in there
do you mean you don't have it on the internet anywhere? just on your computer?
pixiebird55
09-20-2004, 10:25 AM
No it's not on the internet yet. It is for a class and the teacher will put it out on the internet once I send it to him.
Sheila
09-20-2004, 11:57 AM
No it's not on the internet yet. It is for a class and the teacher will put it out on the internet once I send it to him.
See without seeing it on the net we aren't sure exactly what you are having problems with.
Are the links not opening up in the correct frame window?
Are the pages not showing up inside the frames?
Since we can't see it, you are going to have to be really specific. Or put your site on www.geocities.com so we can see what is going on.
pixiebird55
09-20-2004, 11:03 PM
Thank you all for trying to help. I appreciate you not giving up on me! I finally figured it out with the help of a classmate. My code in my frames page was missing something. It works now! Have a great week!!!