AAddict
06-13-2003, 07:43 PM
Okay I am very new to this whole thing and I am trying to put a frame in! I was trying to follow Lissa's explanation....but when it says type in "your main page.html" what do i replace your main page with? And one more general question. DO you always start with the basic
<HTML>
<HEAD>
<TITLE>page name</TITLE>
</HEAD>
<BODY>
thing? I mean there are lots of "extras" you can add to your front page, but do i paste it over that, or do I start with the above code and then copy the new code onto it...so to create a left and top frame would i put in
<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="your main page.html">Click Here</a>
</noframes>
</html>
or would I also add the beggininng prefix because it is my front page. like this
<HTML>
<HEAD>
<TITLE>page name</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="your main page.html">Click Here</a>
</noframes>
</html>
I know I am really confusing but I hope someone can help me!
Thanks
Brian
<HTML>
<HEAD>
<TITLE>page name</TITLE>
</HEAD>
<BODY>
thing? I mean there are lots of "extras" you can add to your front page, but do i paste it over that, or do I start with the above code and then copy the new code onto it...so to create a left and top frame would i put in
<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="your main page.html">Click Here</a>
</noframes>
</html>
or would I also add the beggininng prefix because it is my front page. like this
<HTML>
<HEAD>
<TITLE>page name</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="your main page.html">Click Here</a>
</noframes>
</html>
I know I am really confusing but I hope someone can help me!
Thanks
Brian