View Full Version : Frames Aint Workin!


sk8er_girl_cher
05-05-2003, 10:49 AM
PLZ HELP ME!

I have tried and tried to put my frame up

I have tried using geocities html editor to put a frame up, but when i do it comes up with no home page, just the frame repeated twice!

Heres the code I've been using...

<html>
<head>
<title>Home</title>
</head>
<frameset cols=20%,80%>
<frame src="leftsideframe.html" name="leftside">
<frame src="home.html" name="rightside">
</frameset>
<body>
</body>
<noframes>
<a href="home.html">Click Here</a>
</noframes>
</html>

I used leftsideframe.html cos thats the page ive made my frame on

I used home.html cos thats the page ive made my home page on

HELP ME!

ANSWER MI QS!

1. WOT AM I DOING WRONG ?
2. WOT CAN I DO TO SOLVE THIS PROBLEM ?
3. ANSWER THE ABOVE QS !

MaGiCSuN
05-05-2003, 10:55 AM
euhm, what do you exactly want here? btw this belongs in the "frames" section not html :)

because do you realize that you used an code for two frames? i don't really know what you want to be different, because the code works fine for me..... for one frame you can't use frames, one frame is your homepage.

Love,
Mirna

sk8er_girl_cher
05-05-2003, 11:05 AM
i want a html code that will WORK

MaGiCSuN
05-05-2003, 11:11 AM
the code does work?

sk8er_girl_cher
05-05-2003, 11:38 AM
the code cums up wiv da frame i wanted

BUT

it come up wiv da same frame in the place i want mi home page

i want to parts 2 mi page

on da left mi frame

on da right mi home page

k ?

but it come up wiv 2 frames

so thats one frame on the left and da same on da right

CAN I HAVE SUM ANSWERS!

starlet
05-05-2003, 02:28 PM
I honestly cannot understand a word you just said, was it even english? :lol:
Perhaps if you give us a link to the site you are having trouble with we can help...

MaGiCSuN
05-05-2003, 03:53 PM
You must have in total 3 pages, so index.html and two others.

<html>
<head>
<title>Home</title>
</head>
<frameset cols=20%,80%>
<frame src="leftsideframe.html" name="leftside">
<frame src="home.html" name="rightside">
</frameset>
<body>
</body>
<noframes>
<a href="home.html">Click Here</a>
</noframes>
</html>

save that above as index.html then make home.html and leftsideframe.html as seperate pages and your done. It should work.

Love,
Mirna

sebluver
05-05-2003, 04:50 PM
*thinks* I used to use frames...I could understand you if you didn't say "ain't", "wot", "2", "dis", "wiv", "mi", "sum", "da", "plz", and "QS". Oh-what IS the site you're using, anyways? It'd be very helpful to have a link...*walks off wondering about double posting*

BugGirl
05-05-2003, 10:47 PM
I think perhaps i can translate.


the code cums up wiv da frame i wanted
The code i have posted here accesses the correct page,

BUT
However,

it come up wiv da same frame in the place i want mi home page
the frame i would like my main page to be in contains the same thing as the other frame!

i want to parts 2 mi page
I would like for there to be a different page in each frame.

on da left mi frame
On the left, i would like to have a sidebar type frame,

on da right mi home page
and on the right, i would love it if my main page could appear.

k ?
Understand?

but it come up wiv 2 frames
But, alas, i see my sidebar twice!

so thats one frame on the left and da same on da right
So my right frame has the menu in it.

CAN I HAVE SUM ANSWERS!
Could someone please assist me with this problem?




And to answer her question, from whta i can understan it sounds like you've simply got your right frame's code screwed up so it's the same as the left frame's code. ^_^

amicus
05-05-2003, 11:15 PM
i checked your code on my local machine and it's working. have you tried checking for typos. here's the code i used (NOTE the 'noframes' tag i changed):

frames.html
<HTML>
<HEAD>
<TITLE>Home</TITLE>
</HEAD>

<FRAMESET COLS=20%,80%>
<FRAME SRC="leftsideframe.html" NAME="leftside">
<FRAME SRC="home.html" NAME="rightside">
</FRAMESET>

<NOFRAMES>
<BODY>
<A HREF="home.html">Click Here</A>
</BODY>
</NOFRAMES>
</HTML>

leftsideframe.html
<HTML>
<HEAD>
<TITLE>Left Side</TITLE>
</HEAD>

<BODY>
left
</BODY>
</HTML>

home.html
<HTML>
<HEAD>
<TITLE>Home</TITLE>
</HEAD>

<BODY>
Home
</BODY>
</HTML>

sk8er_girl_cher
05-06-2003, 07:24 PM
thank you (note that i didnt use thanx - abreiviation)

i am just off to try your code!

thank you i will tell you if it works

sk8er_girl_cher
05-06-2003, 07:25 PM
sorry i didnt mean to post the above message

i thought i ressed post reply not new thread

and i cant delete it

Xiphias
05-06-2003, 08:49 PM
ppl, remember to use quoted attributes and do NOT capitalize your coding! <HTML> is wrong! For compatibility reasons, it should be <html>. Also, remember to close every tag you open! Keep you're coding clean and I won't take the pooper scooper after ya!

sebluver
05-06-2003, 09:45 PM
Originally posted by Xiphias
ppl, remember to use quoted attributes and do NOT capitalize your coding! <HTML> is wrong! For compatibility reasons, it should be <html>. Also, remember to close every tag you open! Keep you're coding clean and I won't take the pooper scooper after ya!

Hmm...that's odd, since <HTML> works on geocities...

Dude128
05-07-2003, 04:10 AM
as I said in another thread, HTML is NOT case sensitive. you can use upper case, lower case, or any combination.

pb&j
05-07-2003, 04:19 AM
Originally posted by Xiphias
ppl, remember to use quoted attributes and do NOT capitalize your coding! <HTML> is wrong! For compatibility reasons, it should be <html>. Also, remember to close every tag you open! Keep you're coding clean and I won't take the pooper scooper after ya!

i agree on the quoted attributes.

i also agree that tags should be in lowercase lettering...
however...
unless you are coding in XHTML, using uppercase lettering will have no alternate affect on how the page is rendered. regular html coding allows uppercase lettering.

sk8er_girl_cher
05-07-2003, 07:05 AM
its ok

i got the code working

what i did was the put the frame code on the same page as the homepage

so i put it on a new page altogether!

it worked!

see...

http://www.geocities.com/pdk_dogz4/home

NOTE - ONLY THE HOME PAGE WORKS AT THE MOMENT !http://www.geocities.com/pdk_dogz4/home (http://)