View Full Version : Will someone please tell me what I'm doing wrong?!


Billie Jean
06-11-2003, 10:48 PM
this is my site..http://www.simplyscarlett.cjb.net
This is my index page but nothing is showing up on my page!!
<html>
<head>

<title>Untitled</title>

</head>

<body>
<html>
<head>
<title>My Page</title>
</head>
<frameset rows="100,*">
<frame src="top.html" NAME="top">
<frameset cols="160,*">
<frame src="left.html" NAME="left">
<frame src="right.html" NAME="right">
</frameset>
</frameset>
<body>
</body>
<noframes>
<a href="right.html">Click Here</a>
</noframes>
</html>
</body>
</html>

Am I doing something wrong? Ok thanks for reading this.

EmpTcaN
06-11-2003, 11:13 PM
<html>
<head>

<title>Untitled</title>

</head>

<body>

<html>
<head>
<title>My Page</title>
</head>
<frameset rows="100,*">
<frame src="top.html" NAME="top">
<frameset cols="160,*">
<frame src="left.html" NAME="left">
<frame src="right.html" NAME="right">
</frameset>
</frameset>
<body>
</body>
<noframes>
<a href="right.html">Click Here</a>
</noframes>
</html>
</body>
</html>

so you just copy and paste?
did you bother to replace any of the above?
oh and you have 2 titles