View Full Version : Help!!!!!!!!


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>

Dude128
06-18-2003, 09:17 PM
this is really weird because someone else using angelfire is having the same problem.

try using the EXACT same code on a page offline- just put it into Notepad or any other plain text editor, save it with the .html extension, and open the file in your browser. it may be angelfire's ad code messing things up or something.

amicus
06-18-2003, 09:32 PM
i'm not sure why it's not working but try this for your index page. i just added the '/realm2/icecastles/' in front of the page name. if this doesn't work then add 'http://www.angelfire.com/realm2/icecastles/' in front of the page name. it slows the site down slightly but i don't think anybody will notice.

<html>
<head>
<title>Ice Castles</title>
</head>

<frameset cols="18%,72%">
<frame src="/realm2/icecastles/iceleft.html" name="leftside">
<frame src="/realm2/icecastles/icemain.html" name="rightside">
</frameset>

<noframes>
<body>
<a href="http://www.angelfire.com/realm2/icecastles/index.html">Click Here</a>
</body>
</noframes>
</html>

Karissa
06-18-2003, 09:32 PM
Ok, I did that and opened that file. It came up in the correct format, only, both sides said that the page cannot be displayed. Do you really think it is angelfire? What should I do?

Karissa
06-18-2003, 09:37 PM
I don't believe this. I did nothing, opened up my site to see if it still wasn't working, and it works. Crazy, real crazy.