View Full Version : Frames!!!! Help?!


Billie Jean
03-01-2003, 08:34 PM
Ok I have the frames code on the index, I have my left.html. right.html, and main.html and it still doesn't work. :(

This is what I have in the index, is this wrong?

<html>
<head>
<title>MICHAELITIS</title>
</head>
<frameset cols=20%,80%>
<frame src="left.html" name="leftside">
<frame src="right.html" name="rightside">
</frameset>
<body>
</body>
<noframes>
<a href="main.html">Click Here</a>
</noframes>
</html>
</body>
</html>

When I preview it it comes up right on the index but isn't it supposed to show up on the main page? I have no idea what I'm talking about or doing so please help me!

rianne tan
03-01-2003, 08:47 PM
<html>
<head>
<title>MICHAELITIS</title>
</head>
<frameset cols=20%,80%>
<frame src="left.html" name="leftside">
<frame src="right.html" name="rightside">
</frameset>
<body>
</body>
<noframes>
<a href="main.html">Click Here</a>
</noframes>
</body>
</html>