IxShortiiBabixI
03-07-2003, 12:21 AM
can someone PLEASE help me with frames? i keep puttin the codes in mi easydesigner page but they dunt work and i dunt know what i am doing wrong... if you can help me please answer me..thanks
Angelica
Angelica
|
View Full Version : Frames Pleassee Help IxShortiiBabixI 03-07-2003, 12:21 AM can someone PLEASE help me with frames? i keep puttin the codes in mi easydesigner page but they dunt work and i dunt know what i am doing wrong... if you can help me please answer me..thanks Angelica Celeris 03-07-2003, 01:12 AM You cannot use a PageBuilder or whatever for frames (or at least not very easily). You have to learn advanced HTML in most cases. Most PageBuilders don't allow frames. IxShortiiBabixI 03-08-2003, 02:32 AM ive seen alot of people with easydesigner use frames...do you know where i can find out how to do advanced frames? Dash488 03-08-2003, 02:41 AM Dude just raw code it like eveyone else does. You can lean how on the http://www.lissaexplains.com/frames.shtml site. IxShortiiBabixI 03-08-2003, 02:47 AM ive used that code and a million others and i still cant understand where to put what..like where the site url goes and where the name thing goes... i need someone who can explain this to me step by step because ive tried about 10 sites and each one had a different code and none will work for me. I'm not sure what im doing wrong. <html> <head> <title>My Page</title> </head> <frameset cols=20%,80%> <frame src="left.html" name="leftside"> <frame src="right.html" name="rightside"> </frameset> <body> </body> <noframes> <a href="your main page.html">Click Here</a> </noframes> </html> i know this is the code but i'm not sure where to put what..if you can help me the pages im trying to use is: my main page(on the right) www.hometown.aol.com/ixcandibabixi on the left: www.hometown.aol.com/ixcandibabixi/othapage.html thanks Dash488 03-08-2003, 02:57 AM Use this it works perfectly for me! and i also added the no scrolling tags so you dont! :-) this is 3 frams tho you can get get rid of the 3rd fram if you want <Html> <Head> <Title>What ever you want</title> </Head> <Frameset cols="12%,80%" border=0 frameborder=0 framespacing=0> <Frame src="left.html" name="left" scrolling=no noresize> <Frameset rows="85,*"> <Frame src="top.html" name="top" scrolling=no noresize> <Frame src="right.html" name="right"> <Noframes> Sorry No Fames go some where else... </Noframes> </Frameset> </Frameset> <Body> </Body> </Html> IxShortiiBabixI 03-08-2003, 02:59 AM thank you sooo much! is that ok? i just put it in like that or do i need to add anything else? IxShortiiBabixI 03-08-2003, 03:05 AM i feel so dumb i cant get this i copy and pasted the code right into my page and it still doesnt work. i dont know what else i need to link. Ive never done frames before and all these codes confuse me but do you know what i might have done wrong? thank you so much for your help! lefty 03-08-2003, 03:09 AM What's the URL that has your frame code on it? Also, are you working with an advanced editor? Just making sure. :) IxShortiiBabixI 03-08-2003, 03:11 AM main url:(on the right) www.hometown.aol.com/ixcandibabixi left: www.hometown.aol.com/ixcandibabixi/othapage.html im not sure what an advanced editor is but i am using easy designer thanks IxShortiiBabixI 03-08-2003, 03:13 AM o sorry the page i am trying to get the frames to show up on is www.hometown.aol.com/ixcandibabixi but i am putting the code on www.hometown.aol.com/ixcandibabixi/blah.html and im not sure if i am doing it right like that... Alcy 03-08-2003, 03:31 AM You want to put the frames code on your index.html - -> www.hometown.aol.com/ixcandibabixi Then, just change "left.html" and "right.html" to the urls of the pages you want to be left and right :). IxShortiiBabixI 03-08-2003, 03:41 AM thanks but it still wont work this is driving me crazy could someone please do me a big favor and just set the code up for me the way it would work? i know the links are up there in other replys i have posted so if someone could do this for me i would be sooo grateful and one more question does the index page have to be blank? megz 03-08-2003, 10:47 AM ok hopefully this will help you: this is the code that goes on your index page. There should be no other code but this on the index page: <html> <head> <title>Your site title goes here</title> </head> <frameset cols=20%,80%> <frame src="left.html" name="leftside"> <frame src="right.html" name="rightside"> </frameset> <body> </body> <noframes> Sorry Your browser does not support frames </noframes> </html> left.html is the page that you want to be on the left side of your website and right.html is page you want to have on the right side of your website. You need to change this so that it links to the pages (for example http://www.hometown.aol.com/ixcandibabixi/othapage.html) The percentages are how wide each frame is. You can use percentages as long as they add up to 100%, or you can use pixel numbers. Also i'm fairly certain that you need to use the advanced editor to use frames. All you need to do is change your index page to the advanced editor and use the above code. The pages you are linking to can still be in the easy editor. hope that helped! IxShortiiBabixI 03-08-2003, 02:30 PM thank you soooo much to everyone that helped me i finally got it to work by building a main page on angelfire. thanks so much everyone and once my page is done (which is will be in a looonnggg time) you guys can see it at www.angelfire.com/crazy/ixcandibabixi thanks again |