PDA

View Full Version : Frames help!!!



sailorjoto
July 9th, 2001, 21:36
I been trying to make frames (or frameset, whatever you want to call it). I can get the sidebar to show, but the main page doesn't come up. I've been working on them for the last two hours, going over it to see what I did wrong. Could you create the html for frames? But replace the URLs with words like "sidebar" and "main". (25% for the side bar, no rows). I'm not quite done with the side bar, because I'm fixing all the bugs. IT would be sooooo helpful!:o :D :rolleyes: :mad: :confused:

Dusty
July 9th, 2001, 21:55
<frameset cols=25%,*>
<frame src=sidebar.html>
<frame src=main.html>
</frameset>

Is that what you want or is it something else?

If you want the sidebar on the right side instead of the left:

<frameset cols=*,25%>
<frame src=main.html>
<frame src=sidebar.html>
</frameset>

sailorjoto
July 9th, 2001, 22:01
brb

sailorjoto
July 9th, 2001, 22:12
IT WORKS!!! IT REALLY DOES! THANKS SOOOOOOOO MUCH!!!:o

gyrbo
July 10th, 2001, 09:19
What's so hard about it? What code did you have?

MaGiCSuN
July 10th, 2001, 11:11
i don't know

some people don't get the point of frames

this is a good site with framecodes:

http://www.teleport.com/~cooler/frames/decoder.html

Love,
Mirna

gyrbo
July 10th, 2001, 11:22
I think that page is only confusing.

MaGiCSuN
July 10th, 2001, 11:27
whaha confusing? LOL

even a ten year old child could make a choice between how many frames it would have... and click on that number...... i don't see the point of confusing in that site.....

sailorjoto
July 10th, 2001, 14:36
I can't help it! I'm just beginning to learn HTML!:p