View Full Version : Alrighty.. I don't know what I'm doing..Help please..


Survivor Erin
01-21-2003, 11:40 PM
Ok.... bear with me... I'm not sure what I've done.. but its certainly not working.. lol
I'm using Geocities... I took Lissa's code inserted my own info where it looked like it needed to be put.. clicked advanced HTML and pasted my code... alright heres the code i pasted...
<html>
<head>
<title>My Webpage</title>
</head>
<html>
<frameset cols=20%,80%>
<frame src="http://www.geocities.com/darkerlabyrinth/left.html" name="leftside">
<frame src="right.html" name="http://www.geocities.com/darkerlabyrinth/right.html" name="rightside">
</frameset>
<body>
</body>
<noframes>
<a href="http://www.geocities.com/darkerlabyrinth/">Click Me!</a>
</noframes>
</html>

ok... if somebody could try to figure out what i did or explain to me how to do it i would really apreciate it! Thank you

Heres the link to the site... as you see... i got bupkiss...

http://www.geocities.com/darkerlabyrinth/index.html

lefty
01-21-2003, 11:43 PM
heh bupkiss.... that made me laugh. anywho...

the only thing that should be in your index.html file should be your frames code. You have other stuff scattered in there, too. Anything you want on your site should be in the individual pages that are linked from the frame code. Did that make any sense at all?

Survivor Erin
01-22-2003, 11:19 PM
Heylo again... Okay.. i think it made some sense so i've found/ redone another code.... this be it...

<HTML><HEAD><TITLE>title</TITLE></HEAD>

<FRAMESET ROWS="20%, 80%">
<FRAME SRC="http://www.geocities.com/darkerlabyrinth/up.html" NAME="up">
<FRAMESET COLS="30%,70%">
<FRAME SRC="http://www.geocities.com/darkerlabyrinth/left.html" NAME="left">
<FRAME SRC="http://www.geocities.com/darkerlabyrinth/right.html" NAME="right">
</FRAMESET>
</FRAMESET>

<NOFRAMES>
Sorry, but your browser does not support frames.
</NOFRAMES>

</HTML>

I'm not sure if thats what you meant... Umm... yeah.. but its still not working, and i hate to sound so increadibly stupid, but i think I'm getting there... lol.. Umm.. I made all of the pages inserted the links... and yet... i preview the site... I get zip.. I appreaciate any help you're willing to give.. and please if you could try to be specific I would be very most greatful!! Thanks a bunch!

starlet
01-22-2003, 11:59 PM
You need to use the advanced editor, i know you said you were but you cant be because it says in your code...


<meta name="generator" content="Created Using Yahoo! PageBuilder 2.61.76">

pb&j
01-23-2003, 03:16 AM
I agree with Starlet.

What you have to do is...
1. Start up that advanced editor.
2. Take the coding you have in your last post here and plunk it in there.
3. Save it as your "index.html" which should save over your current file with that name. All the stuff in your last post is all that should be in the "index.html" coding.
4. Be happy that it should finally be working for you :)

Survivor Erin
01-26-2003, 01:45 AM
Hi guys!!!! I got the coding to work!!! Thank-you very very very much for your help!!! :D