Re: Need help with a frame for my site
You will need three pages one for the top frame and one for the bottom. The Third frame will hold this code.
<FRAMESET border="0" frameSpacing="0" rows="44,*" frameBorder="no">
<FRAME name="topFrame" src="YOURTOPFRAME.html" noResize scrolling="no">
<FRAME name="mainFrame" src="YOURBOTTOMFRAME.html">
</FRAMESET>
Hope this is what you mean.
J
|