Code:
<html>
<head>
<title>Your Page</title>
</head>
<frameset rows="64,*">
<frame name="banner" src="banner.htm" scrolling="no" noresize target="contents">
<frameset cols="150,*">
<frame name="contents" src="left.htm" target="main">
<frame name="main" src="main.htm">
</frameset>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
The only change you'll have to make is to include a "header.htm" for the top of your page. You may have to change your doc-type.
Bookmarks