__bordem__
02-19-2003, 09:49 PM
Well, I was wondering. Is it possible to create frames on Geocities? I would really like to be able to use them, if it is possible, please respond, if you know how.
|
View Full Version : Frames on Geocities? __bordem__ 02-19-2003, 09:49 PM Well, I was wondering. Is it possible to create frames on Geocities? I would really like to be able to use them, if it is possible, please respond, if you know how. Snooze 02-19-2003, 09:51 PM Yeah, it's possible. You have to have one whole site for just the frame code. Ex: An index page, and an idex1 page. So on the index1 page you would post the page (I'm going to use Lissa's code). <html> <head> <title>My Page</title> </head> <frameset rows=20%,80%> <frame src="top.html" name="top"> <frame src="=index.html" name="bottom"> </frameset> <body> </body> <noframes> <a href="mainpage.html">Click Here</a> </noframes> </html> Ok, where it's bold you have to make 2 other pages. So you'll have a bottom page, and a top page. This code kinda 'combines it' O.o;; Eh, that's not very clear... -.-; __bordem__ 02-19-2003, 09:53 PM Top bottom frames Alcy 02-19-2003, 09:54 PM http://www.lissaexplains.com/forum/showthread.php?s=&threadid=28004&highlight=frames+geocities __bordem__ 02-19-2003, 10:07 PM thanks so much! |