Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Page Width

Status
Not open for further replies.

ridge

Technical User
Joined
Jan 31, 2000
Messages
91
Location
US
How do you specify the page width?...
I have FP2003
 
Right-click on the page and select Page Properties. There you will find the setting for page width, use percentages for best results among various browsers.

coachdan32

 
You should be using either tables or CSS to control layout of the page.

If you aren't schooled in CSS, then tables are the best bet.

The entire contents of the page goes in a table. Use table properties to set the width of the table.

Some people like a percentage, others prefer a fixed with (table width set in pixels). If you go with fixed width, you should set the width to 750 or less. Going wider could cause some people to get horizontal scroll bars.

Which is "better" is a matter of opinion and has spawned much debate. I am generally a fan of fixed-width.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top