View Full Version : Frame Sets


StealthBlitz
07-15-2003, 10:53 PM
In html help i copy the frame set, and i substituted all the things i was suppose too, so i made some stuff just to test it out, and the out come was weird, i even added no scrollbar and no size thing and it still didn't help. So i was wondering can some one help me and can some one tell me how INdex.html is used.

i used brinkster's free page to test this.
http://www31.brinkster.com/aznmib/test

this is very embarrasing

kicker91
07-15-2003, 11:23 PM
can you post the source of your index.html?

StealthBlitz
07-15-2003, 11:28 PM
how u do that???

Cherchezlafemme
07-15-2003, 11:33 PM
In your account open the File Manager (place where all your webpage stuff is) and click the page "Index.HTML" then view your page. Make sure you are viewing your web page, then Look at the address bar.

StealthBlitz
07-15-2003, 11:45 PM
http://www31.brinkster.com/aznmib/index.html

ok.. thats wat it is, can some on tell me hwo come its not like the on in the example

Cherchezlafemme
07-15-2003, 11:48 PM
Sorry to ask, but can you please post the code?

StealthBlitz
07-15-2003, 11:52 PM
no problem,

<html>
<head>
<title>My Page</title>
</head>
<frameset rows="100,*">
<frame src="top.jpg" NAME="top">
<frameset cols="160,*">
<frame src="left.jpg" NAME="left">
<frame src="right.jpg" NAME="right">
<frame src="left.jpg" name="leftside" scrolling=no noresize>
<frame src="top.jpg" name="top" scrolling=no noresize>
</frameset>
</frameset>
<body>
</body>
</html>

those are actually my files names

Cherchezlafemme
07-15-2003, 11:54 PM
Ummm frames sets are webpages all in the smae browser in an arranged order. When that is the case, why did you put .JPG when it's suppose to be .HTML? that's the problem right there.

.JPG's are image extentions not substitutions for .HTML

StealthBlitz
07-15-2003, 11:58 PM
so... i should rename them as .html

Cherchezlafemme
07-16-2003, 12:10 AM
Yes, that would be good if you did that! You ALWAYS name web pages .HTML!!!! Why did you name it .JPG in the first place?

StealthBlitz
07-16-2003, 12:12 AM
sorry, i told im stupid.

Cherchezlafemme
07-16-2003, 12:15 AM
No you're not! And don't be sorry either, you're just new! We all have to begin somewhere you know ;)

StealthBlitz
07-16-2003, 12:19 AM
wait, sorry to bother u but im pretty lost, i made the pictures with adobe for temp, and then i saved them as jpg, do i rename them too html?, and i uploaded them as jpg to brinkster and i just left it liek that. Do i have to make a page for teh pictures?

StealthBlitz
07-16-2003, 12:26 AM
or maybe, can u give me a step by step instruction how to do it, like from making the pictures and saving them as what to the html stuff


i couldn't edit my last message so i doubled post, sorry

Cherchezlafemme
07-16-2003, 12:49 AM
No, images can stay as .JPG. It's web pages that you have to save as .HTML

StealthBlitz
07-16-2003, 01:07 AM
i still don't get it, after i upload my images it will be in root directory, and after that wat do i do?

Do i just make a Index.html and put the frameset code and then put the pictures name i uploaded?

StealthBlitz
07-16-2003, 01:49 AM
hello?....(echo)
Cherchezlafemme should we PM or talk on aim or something

Cherchezlafemme
07-16-2003, 01:55 AM
Oops Sorry! You should really PM if you want to grab my attention. I like helping other people too you know ;)

MaGiCSuN
07-16-2003, 04:50 PM
Originally posted by Cherchezlafemme
No, images can stay as .JPG. It's web pages that you have to save as .HTML

the code he or she used was good, you can load .jpg images in the iframe itself. Putting the full url in the framecode might help :)

Love,
Mirna

StealthBlitz
07-16-2003, 05:02 PM
i still dont' get this, so.. wat should my html look llike, can u give me some example that will work, so i can observe it

MaGiCSuN
07-16-2003, 05:08 PM
<html>
<head>
<title>My Page</title>
</head>
<frameset rows="100,*">
<frame src="top.jpg" NAME="top">
<frameset cols="160,*">
<frame src="left.jpg" NAME="left">
<frame src="right.jpg" NAME="right">
<frame src="left.jpg" name="leftside" scrolling=no noresize>
<frame src="top.jpg" name="top" scrolling=no noresize>
</frameset>
</frameset>
<body>
</body>
</html>

if you ONLY use images you have fill in the full url starting with http://yoururlhere/left.jpg and so on

but making all frames appear to have an image will not make you beable to add text etc. To add text you do have to make an .html page for it like left.html

if you still would like to use the certain image you could try to set it as the background of the .html page

Love,
Mirna

StealthBlitz
07-16-2003, 05:19 PM
then how would i make something like this

http://www.saiyan-city.com/index.php

=or=

this
http://www.gamerzgateway.com/main.php

StealthBlitz
07-16-2003, 11:00 PM
Originally posted by StealthBlitz
then how would i make something like this

http://www.saiyan-city.com/index.php

=or=

this
http://www.gamerzgateway.com/main.php

Ahem can i have some assistance please

StealthBlitz
07-17-2003, 05:59 AM
HOW COME NO ONE ANSWERING ME?!?!?!

Dude128
07-17-2003, 09:43 PM
Please be patient! If someone knows the answer to your question, they will reply. but it could take time! so try to be a little more patient- annoying people with multiple "why isn't anyone answering?" type posts are annoying, and will probably make people less likely to reply.

mrs. cheese
07-18-2003, 10:58 AM
Originally posted by StealthBlitz
then how would i make something like this

http://www.saiyan-city.com/index.php

=or=

this
http://www.gamerzgateway.com/main.php

They are tables not frames.