Depends on your page content width
- if it is wider than the frame you should have the scroll bar or no one will see it
Generally your top frame should be set to 100%
Your Left frame should be set to a fixed px or % width
And your Main frame should not have a width fixed
<frameset rows="75,*">
<frame name="top" target="main">
<frameset cols="150,*">
<frame name="left" target="main">
<frame name="main">
</frameset>
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPa...3/Default.aspx
_____________________________________________
"JackL" <(E-Mail Removed)> wrote in message news:4C3C0F2B-2529-4CDE-824D-(E-Mail Removed)...
|I have a new index page with a frame on the top, one on the left, and a main
| one in the middle. How do I get the middle frame to automatically adjust the
| width and text to eliminate the scroll bar at the bottom?