Adjusting index page frame

G

Guest

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?
 
S

Stefan B Rusynko

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/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top