Strawberryz
02-15-2003, 07:31 PM
I am trying to put a frame on my site and when I put in the code it just turns up as a blank page. I filled in all the spaces, and checked it about a million times. I saw on another site that frames dont work on expage sites. Is that true for Angelfire, too, because that's what I'm using.
Thanx in advance
MaGiCSuN
02-15-2003, 07:33 PM
you have to make each page seperate
so if you have 3 frames you have to make an index.html page wich you put the framecode on and then you make 3 other pages that are the 3 frames.
you can read more about this stuff here:
http://framecodes.tripod.com/
Love,
Mirna
Strawberryz
02-15-2003, 07:41 PM
I know thats what im doing. I have a page called index.html, one called menu.html, and one called main.html. This is the code I'm using (for index.html):
<frameset cols=20%,70%>
<frame src="menu.html" name="menu">
<frame src="main.html" name="main">
</frameset>
another question. I am using a basic editor from Angelfire that puts in the <html><head><body> tags for you (thats why this code has none). Should I change to the advanced editor so I can edit those tags myself?
Thanx in advance
starlet
02-15-2003, 11:53 PM
Yes, thats the problem....frames dont work with basic editors (such as expage, geocities page builder etc) so just switch to advanced and you should be fine.