centering...

i was wondering you know how you can center a frame from left to right on a pge<br />
<br />
how do you center a frame down the page...so whatever the window size the frame (if 800x600) stays in the center of the page going down...<br />
<br />
if you don't get what i meanhave a look at <!-- m --><a class="postlink" href="http://www.koss.com">http://www.koss.com</a><!-- m -->. />
<br />
see how the frame on the first screen is in the center along the top and going down the page...how do i do that..<br />
<br />
thanks<br />
<br />
d.<!--content-->use a wildcard like so:<br />
<br />
<frameset cols="25%,*,25%" border="0"><br />
(frames here)<br />
</frameset><!--content-->or do what they do, which was my original guess:<br />
<frameset rows="*,430,*"><!--content-->
 
Back
Top