DATA
<html>
<head><title>content</title></head>
<base target="_top">
<body bgcolor="#ffffff">
</body>
</html>
Shown here is the <frameset> for Template 4.
<html>
<head><title>Frame Template</title></head>
<frameset rows ="70,*,30">
<frame src="header.html" marginwidth="0" marginheight="0"
scrolling="no" noresize name="header">
<frame src="data.html" marginwidth="0" marginheight="0"
scrolling="yes" noresize name="data">
<frame src="footer.html" marginwidth="0" marginheight="0"
scrolling="no" noresize name="footer">
</frameset>
</html>
COMMENTS
Text color has been used to indicate the <frame> htmls associated with the <frameset > html. Red text is used to indicate the relationship of "name" and "target". For the purposes of this tutorial, I named all frames, but it is only necessary to name a frame if it's to be the target of another.
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 "template4.html". If you save the framset and the frames (3 total) in the same file, clicking and releasing 'open file' from the 'file menu' will allow you to select 'template4.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.
Application: This layout may be useful when a toolbar is included in the footer frame to allow browsers to select additional data or options.
Issued 10/12/00
Return to Tutorial