Frame: row1text.html, BgColor: #1f3c3c, Text Color: #00ff00
<html>
<head> <title> Text Here </title> </head>
<target="_top">

<body bgcolor="#1f3c3c" text="#ooffoo">

<b>Frame: row1text.html, BgColor: #1f3c3c, Text Color: #00ff00</b>
<hr>

</body>
</html>
<frameset> for Template No. 2
<html>
<head><title>Template No. 2</title></head>
<frameset rows="210,*">
<frame name="text" src="row1text.html" scrolling="auto" noresize>
<frameset cols="155,155,155,*">
<frame src="row2col1.html" scrolling="auto" noresize>
<frame src="row2col2.html" scrolling="auto" noresize>
<frame src="row2col3.html" scrolling="auto" noresize>
<frame src="row2col4.html" scrolling="auto" noresize>
</frameset>
</frameset>
</body>
</html>
COMMENTS
An application for this layout might be a group of four different categories, each with a list of linked items that would be displayed in the top frame. Red text is used to indicate the relationship of "name" and "target".

Hint: Remember that you can 'drag-highlight-copy' and then 'paste' and 'save' the html code in each of these frames as an ASCII file with the '.html' suffix. Do the same for the <frameset> and label it "template2.html". If you save the framset and the frames (5 total) in the same file, clicking and releasing 'open file' from the 'file menu' will allow you to select 'template2.html' and see the frame page basically as it appears here. Add your own text and graphics between the 'body' tags to create your page.

Your comments will guide me in expanding the template file. Feedback
is important!

Revised 10/12/00
Return to Tutorial