pandafairy
07-11-2004, 10:03 PM
I tried to put frames on my site and Im really confused what to put at the bold spots of the code. I use Geocities. Plz Help Me! :confused:
|
View Full Version : Plz I need Help! pandafairy 07-11-2004, 10:03 PM I tried to put frames on my site and Im really confused what to put at the bold spots of the code. I use Geocities. Plz Help Me! :confused: Valkyrie 07-11-2004, 10:05 PM Can you show me the code you used? pandafairy 07-11-2004, 10:10 PM Sure This is the code:<html> <head> <title>My Page</title> </head> <frameset rows="100,*"> <frame src="top.html" NAME="top"> <frameset cols="160,*"> <frame src="left.html" NAME="left"> <frame src="right.html" NAME="right"> </frameset> </frameset> <body> </body> <noframes> <a href="your main page.html">Click Here</a> </noframes> </html> pandafairy 07-11-2004, 10:12 PM Srry I forgot to put the bold spots <html> <head> <title>My Page</title> </head> <frameset rows="100,*"> <frame src="top.html" NAME="top"> <frameset cols="160,*"> <frame src="left.html" NAME="left"> <frame src="right.html" NAME="right"> </frameset> </frameset> <body> </body> <noframes> <a href="your main page.html">Click Here</a> </noframes> </html> Valkyrie 07-11-2004, 10:19 PM Okay....Ill try to explain... My Page - Thats the title of your page. If you look at the took of your browser, you'll see a name. Like here at LEIA, you would see: Lissa Explains it All: Web Design Forums, at the top. You can change that to whatever you want. Since you want a three frame layout...leave the frameset rows and cols alone. top.html- You can change the name of this too. You can create a page called top.html, and thats where you will have coding for the top part of the page. The same goes for left.html and right.html . Your main page.html - In case a vistor has a browser that doesnt support frames (a really old one), you put the link of your main page there. I hope that cleared it up for you. :) pandafairy 07-11-2004, 10:24 PM I understand Everything but the top.html example.Thanks! :) Valkyrie 07-11-2004, 10:33 PM Okay...lets see....You would create a page, and call it top.html, you would set it up just like any other html page. Like for example, you would want to put a big banner in the top frame, the coding in top.html would be something like this: <html> <head> <title>Page Title</title> </head> <body> <img src="banner.gif"> </body> </html> The coding for the right.html and left.html will be similar, just instead of having an image there, you can put your stuff there (between the <body> tags). pandafairy 07-12-2004, 12:46 AM I have the top,right,left pages already done,but i m really confused on what site am i supposed to look at when everything is done.Thanks a lot for explaining this 2 me :) kittycat 07-12-2004, 02:06 AM You load the index.html page, or whatever page the frameset code is on. pandafairy 07-12-2004, 02:22 PM How do you upload it?? starlet 07-12-2004, 02:52 PM Do you already have a webhost? pandafairy 07-12-2004, 07:05 PM Yes I do I use Geocities MaGiCSuN 07-13-2004, 01:01 PM you go to filemanager. Then you see a button saying "upload" then you browse to your file you want to upload by clicking the "browse" button. Then choose "upload" again and the files will be uploaded :) Love, Mirna pandafairy 07-13-2004, 11:55 PM Thank SO MUCH for answering and helping me solve my problem it finally worked!Im So HAPPY! :D |