tables

B

bill gee

When I insert a table the right border and any text I put
there does not display almost as if it is falling off the
end of the page,


XP FP2002
 
J

Jack Brewster

bill gee said:
When I insert a table the right border and any text I put
there does not display almost as if it is falling off the
end of the page,

Do you have a URL we can look at?
 
S

Steve Easton

You have to set the width of the table
so that it's width plus the width of the border do not
exceed your screen resolution settings.
Example, if your screen resolution is 600 by 800,
and your border is 200 pixels wide, set your table
to a fixed width of 550 pixels.
 
B

bill gee

Not in a published product.
In development
In page view and when I enter it. Its automatic.
Its some setting.
I have border width set to %
 
B

bill gee

In page view and when I enter it. Its automatic.
Its some setting.
I have page width set to % not pixels
it just started happening.
 
S

Steve Easton

If the border width is set to 20% and the
table width is set to 90 % it won't work.
Set the table to 100% and place the border
in a cell within the table.
 
D

Don Kuykendall

Set the width at 100% for the table and you can set the columns at the
correct % to equal 100%. In other words do not use exact sizes in
pixels just in percents. This also helps when viewed in different
resolutions.
 
Top