Sponsors Members Area Traffic Frameset Setup Instructions:

Create a new web page with the following html code inside your members area and customize below (see notes)

<html>
<head>
<title>Page Name Here</title>
</head>

<frameset rows="64,*">
<frame name="header" scrolling="no" noresize target="main" src="YourMembersAreaNavigationPage">
<frame name="main" src="http://www.
??????????.com/index.html">
<noframes>
<body>

<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>

Note: Feel free to change <frameset rows="64,*"> ... with a higher or lower number to increase the height of the top part of the framed page.

Note: Be sure to change ?????????? to your Directories address as sent in your setup/welcome email.