PAGE 1. this is the code for your Frame SET
<html>
<head>
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Top Border Frame Set</title>
</head>
<frameset rows="122,*" border="0">
<frame src="topframe.html" scrolling="no" noresize>
<frame src="mainframe.html" NAME="main">
</frameset>
</body>
</html> |
PAGE 2. this is the code for your TOPBORDER
frame:
<html>
<head>
<meta name="GENERATOR" content="------------------">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>Top Border Frame</title>
</head>
<body background="topborder.jpg">
</body>
|