View Full Version : It wont work


Sue
06-09-2003, 12:46 AM
ok so my frames arnt working.

on the index page this is what i have

<html>
<head>
<title>^^^^TARD!</title>
</head>
<body>
<frameset cols=35%,65%>
<frame src="links.html" name="leftside">
<frame src="home.html" name="rightside">
</frameset>



</body>
</html>
and it dostn work! it shows up blank!

The language on the site linked to is inappropriate for this forum.
-Moderator

go look after u click the image to enter....it goes white. and even if i view it directly from the webshell thing it is still blank! whats wrong?

pb&j
06-09-2003, 06:02 AM
1. take out the <BODY> and the </BODY> tags.

2. make sure you have created and uploaded the "links.html" and the "home.html" pages.

3. that should be it.