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 SkipVought 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
Jan 31, 2000
91
0
0
US
How do you specify the page width?...
I have FP2003
 
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