View Full Version : Using Frames for Layouts


someperson
07-04-2003, 04:34 AM
I use other people's tutorials to learn new things about making websites. I've looked at the ones here, and a few other places, and I can UNDERSTAND frames okay, but I don't know how to work them yet.

Can some one please look at this page:
http://www.geocities.com/lilchicksta6/index01.html

And tell me how to fix it properly? I really need the help, since I've never used frames before or made my own layout.

The picture is cut off, and the table doesn't work, and I'm still not sure how I will make my blog work, so it needs a lot of work.
For now, I just need to get the layout right!

Please help me! Thanks!

Alcy
07-04-2003, 05:06 AM
You're just missing a few things :).

<frameset rows=60%,50% frameborder=0 framespacing=0>
<frame name="top" SRC="image.html" scrolling=no noresize>
<frameset cols=20%,80% frameborder=0 framespacing=0>
<frame name="side" SRC="navigate.html" scrolling=no noresize>
<frame name="main" SRC="main01.html" noresize>
</frameset>
<frame src="missing.html">
</frameset>

You should also put the frame sizes between quotation marks... "60%, 50%"

someperson
07-04-2003, 05:11 AM
Okay, I did that..

What is "missing.html" ?

My page looks the same...

Alcy
07-05-2003, 01:39 AM
Oh, I'm sorry. Ignore the missing.html thing, I wasn't thinking :blush:

I'm getting a dead link for your site now?

someperson
07-05-2003, 02:40 PM
I got frusterated and gave up. I found a layout that was the kind I wanted, even though it wasn't the theme I wanted.

http://www.geocities.com/lilchicksta6/index2.html


And I have NO idea how to make something like THAT. Lol.

Alcy
07-06-2003, 06:11 PM
Aww... that's too bad. That one's div/tables. It's very nice ^^