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.
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.