Click to See Complete Forum and Search --> : Frame Help


Shippy
02-18-2003, 03:45 PM
Hi,
I started a website (on geocities) and I'm trying to put in frames. Just simple ones, I want one on the left side, and on the top. I'm not too good with HTML, only know the basics. Could someone tell me where I can find the code that will put frames in? I tried this tutorial thing, but when I submitted the code, absolutely nothing happened.
If you could help me out, that would be great :)

pyro
02-18-2003, 07:34 PM
Something like this should work for you:

<frameset cols="200,*" frameborder="no" border="0" framespacing="0">
<frame src="left.htm" name="leftframe" scrolling="NO" noresize>
<frame src="main.htm" name="mainframe">
</frameset>

Shippy
02-18-2003, 08:09 PM
Hey, I'm still getting nothing.
I've got "left.htm" as the URL for one of my pages, and same with main, but nothing's happening...

pyro
02-18-2003, 08:17 PM
Try these files...

Shippy
02-18-2003, 08:36 PM
I'm sorry -- like I said, I'm clueless with computer. When I open the file, I get a nice, framed thing. What do I do with it?

pyro
02-18-2003, 08:40 PM
Originally posted by Shippy
When I open the file, I get a nice, framed thing.Isn't that what you wanted? If so, just change the srcs to point to your pages.

Shippy
02-18-2003, 08:45 PM
I'm getting it as a zip file, and all I'm getting is the page, not the code. How I transfer the page into the yahoo page builder thing?

pyro
02-18-2003, 08:47 PM
Here is the source of that page:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset cols="200,*" framespacing="0">
<frame src="left.htm" name="leftFrame" scrolling="NO" noresize>
<frame src="main.htm" name="mainFrame">
</frameset>
<noframes><body>

</body></noframes>
</html>

Shippy
02-18-2003, 08:49 PM
Still nothing! This is what I'm typing in --

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>CozyCrypt</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset cols="200,*" framespacing="0">
<frame src="http://www.geocities.com/sqqueen.awards.html" name="leftFrame" scrolling="NO" noresize>
<frame src="http://www.geocities.com/sqqueen" name="mainFrame">
</frameset>
<noframes><body>

</body></noframes>
</html>

pyro
02-18-2003, 08:54 PM
Originally posted by Shippy
How I transfer the page into the yahoo page builder thing? It is possible that yahoo page builder doesn't allow you to use frames. The code that I gave you should work fine, if you can use frames. Is there a way for you to upload pages without using page builder?

Shippy
02-18-2003, 08:56 PM
I think it should, because I've seen other geocities pages with frames. I don't think there's another way, but thanks so much for trying to help me! I really appreciate it :)

pyro
02-18-2003, 09:04 PM
I just took a look at geocities...

When you first sign into geocities, do you see Easy Upload on the right? That will allow you to upload files from your computer to your geocities account.

Shippy
02-18-2003, 09:12 PM
I tried, but when I tried to load it, the shippy file didn't show.

pyro
02-18-2003, 09:24 PM
It worked just fine for me...Did you unzip the file and then upload the three pages that were inside it?

Shippy
02-18-2003, 09:41 PM
Uh, no.
How do you unzip the file?

pyro
02-18-2003, 09:46 PM
In Windows XP, you can do it by opening the .zip file and hitting extract files in the top left. Otherwise, you will need a program such as winzip (http://www.winzip.com/). You can download the evaluation version...

Shippy
02-18-2003, 09:50 PM
I think I've got it, thanks very much for your help :)

pyro
02-18-2003, 09:56 PM
Your welcome ;)

Shippy
02-18-2003, 09:57 PM
Wait, one more thing!
I right click and get 'extract to'. Where do I extract them to?

pyro
02-18-2003, 10:04 PM
Where ever you want. Just remember where you do it to, becuase when you go to upload the files, you will need to browse to the folder that you extracted to.

Shippy
02-18-2003, 10:07 PM
Gotcha!
Thanks again, that was the end of my questions, I promise :D