Karissa
06-18-2003, 07:49 PM
I'm making a website using frames. And today when I go to see my website, nothing comes up. It's just a blank window. I checked the html and when I preview the page, I can see it, but when I try to go to the main page from a new browser, nothing comes up. Can anyone see it?
www.angelfire.com/realm2/icecastles
If not, is there anything wrong with my html?
<html>
<head>
<title>Ice Castles</title>
</head>
<frameset cols=18%,72%>
<frame src="iceleft.html" name="leftside">
<frame src="icemain.html" name="rightside">
</frameset>
<body>
</body>
<noframes>
<a href="http://www.angelfire.com/realm2/icecastles/index.html">Click Here</a>
</noframes>
</html>
www.angelfire.com/realm2/icecastles
If not, is there anything wrong with my html?
<html>
<head>
<title>Ice Castles</title>
</head>
<frameset cols=18%,72%>
<frame src="iceleft.html" name="leftside">
<frame src="icemain.html" name="rightside">
</frameset>
<body>
</body>
<noframes>
<a href="http://www.angelfire.com/realm2/icecastles/index.html">Click Here</a>
</noframes>
</html>