asouthern0
04-09-2003, 02:29 AM
I'm trying to figure this frames thing out and just cant get it - I've been looking at whats on lissas site - For the index.html page she said to put:
<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>
ok so where do I put that? I use angelfire so it already has an index.html (which shows up as my home page thingy) so do I put it there or make a new one and call it something different? Then it has to put a left.html and a right.html - where do I put those??? I tried doing all of this but my result was just a blank white page! If whatever I said makes sense to anybody plz help me
<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>
ok so where do I put that? I use angelfire so it already has an index.html (which shows up as my home page thingy) so do I put it there or make a new one and call it something different? Then it has to put a left.html and a right.html - where do I put those??? I tried doing all of this but my result was just a blank white page! If whatever I said makes sense to anybody plz help me