IceKirby123
03-12-2003, 01:06 AM
Can anyone help me with Frames? They Do Not Work When I use Them.
|
View Full Version : Can Anyone Help Me With Frames?! IceKirby123 03-12-2003, 01:06 AM Can anyone help me with Frames? They Do Not Work When I use Them. lefty 03-12-2003, 01:38 AM I'm afraid you're going to have to be more specific. Mind posting a code or the page you're working with? IceKirby123 03-12-2003, 07:15 PM Here's the Codde it is Frames With A top frome to let you know....... <html> <head> <title>My Page</title> </head> <frameset rows=20%,80%> <frame src="top.html" name="top"> <frame src="bottom.html" name="bottom"> </frameset> <body> </body> <noframes> <a href="your main page.html">Click Here</a> </noframes> </html> Spirit892 03-12-2003, 07:35 PM It looks okay to me... What problem are you having? lefty 03-12-2003, 07:43 PM Are you using pagebuilder? I only ask because I see your page is at geocities. If you are, you'll have to switch to the advanced editor for it to work. :) IceKirby123 03-12-2003, 07:48 PM OK thanks I'll switch, IceKirby123 03-12-2003, 07:50 PM Well Whenever I Try to do it It does not work, I'll be more Pacific When I do it I put all the links and text in it, And It does not work Thats All I can Say! Sheila 03-13-2003, 09:33 AM Did you switch to the advanced file manager? Save this as index.html (the frame code should be the ONLY thing on that page) <HTML><HEAD><TITLE>title</TITLE></HEAD> <FRAMESET COLS="20%,80%"> <FRAME SRC="left.html" NAME="left"> <FRAME SRC="right.html" NAME="right"> </FRAMESET> <NOFRAMES> Sorry, but your browser does not support frames. </NOFRAMES> </HTML> Then make a left.html and a right.html those will be the main pages that appear in your frame. If it is still not working, post the url to the site. IceKirby123 03-13-2003, 07:11 PM OK But i'll probabaly do it tomarrow, I'll tell you when I do it...... |