View Full Version : How do I put frames on Geocities?
innocentkiss 07-22-2003, 06:17 PM I am having SOOOOOOOOO much trouble putting frames onto geocities thats where my ebsite is, I have been to many frames websites with codes and I have tried them but they never show up can anyone help me? I want my page to look like:
This one (http://www.danradcliffe.com)
and
this one (http://www.dollrave.vze.com)
HELP ME!
MaGiCSuN 07-22-2003, 06:25 PM first of all you might want to take a look at the rules. you cannot link in your signature and certainly not images you can only use smilies and your signature must be limited to 2/3 lines
are you using pagebuilder for your site? if so, frames do not work with pagebuilder.
Love,
mirna
Dude128 07-22-2003, 06:30 PM are you using the basic editor, or advanced (or a plain text editor on your computer, like Notepad)?
frameset codes don't work on pages created with basic/WYSIWYG editors. you have to use a plain text editor or the advanced editor on geocities to create that page. however, you can create the pages that are displayed inside the frames any way you want to.
innocentkiss 07-22-2003, 06:37 PM I am using PageBuilder can I still use frames?
Dude128 07-22-2003, 06:43 PM Originally posted by Dude128
frameset codes don't work on pages created with basic/WYSIWYG editors. you have to use a plain text editor or the advanced editor on geocities to create that page. however, you can create the pages that are displayed inside the frames any way you want to.
yes, but not with pagebuilder.
MaGiCSuN 07-22-2003, 07:10 PM Originally posted by MaGiCSuN
are you using pagebuilder for your site? if so, frames do not work with pagebuilder.
*points up* reading is good you know ;)
innocentkiss 07-22-2003, 07:54 PM Thx I did read it lol I decided to have a new host to use my frames, thank you again!
Originally posted by innocentkiss
I am using PageBuilder can I still use frames?
this may help...
http://www.yahoopagebuilderhelp.com/frames.html
although i highly recommend getting off of pagebuilder, using the "advanced" editor, and learning all about normal html coding. you can do so much more beyond pagebuilders limitations.
innocentkiss 07-23-2003, 02:39 AM okay I did but I can't find a host right now i'm just doing it in note pad but I am having trouble like when i read the tutorials on how to put frames on then iFrames into frames and text and all that It comes out as a forigen (sp) language and i don't understand it AT ALL also what confuses me is that I have seen websites from GEOCITIES and they have frames when I asked them they just gave me a link which didn't help they said they used pagebuilder, so I am confused can anyone help me?? Can ne ome layit out like a blanket?? thanx to everyone who has tried!
Dude128 07-23-2003, 03:19 AM as we said, you can use geocities, you just can't use pagebuilder to make the frameset page. so you don't need a new host, because you can use the advanced editor.
anyone that said they used pagebuilder to create the frameset page was incorrect- frames do not work with basic editors. however, they may have meant that they created the pages that are displayed inside the frames using pagebuilder.
so open up the advanced editor, write your code, and save it as a .html file. that's really all there is to it.
innocentkiss 07-23-2003, 03:41 AM okay thank you okay I made a code and all but I want to add a top frame to it how would I do that? i tried but it didn't work here's the code:
<html>
<head>
<title>Innocent Kiss</title>
</head>
<frameset cols="165,*,18%">
<frame name="left" target="main" src="left.html">
<frame name="middle" src="middle.html">
<frame name="right" src="right.html">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
where would I add the top frame code?
Sheila 07-23-2003, 09:20 AM <head>
<title>Innocent Kiss</title>
</head>
<frameset rows="30%,70%">
<frame src="up.html" name="up">
<frameset cols="165,*,18%">
<frame name="left" target="main" src="left.html">
<frame name="middle" src="middle.html">
<frame name="right" src="right.html">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
Dude128 07-23-2003, 01:29 PM also, the <frame> tag does not have a target attribute. that should be removed from your left frame. the target attribute should be in your links on the pages inside the frames, though.
xMrSTiMbErLaKex 07-23-2003, 07:09 PM go to
http://www.sheillucious.com/layouts/2frames.html
it helped me with my frames =)
innocentkiss 07-24-2003, 03:09 AM Thank you guys soooo much! I know I have probably been a pain in the rear! and I'm trying all of ya'll''s info so I'll tell you if it works! thank you agian! (sorry if i'm being a pain)
|