I can't even believe I'm asking this, because it's something I can
normally figure out in about 30 seconds with pencil and paper.
I am making a program for a school event. It'll be a
landscape-oriented sheet of paper, printed on both sides, so that the
"back" is the front and back cover of the program, and the "front"
will be the inside pages. Simple enough.
So I set up a two-column, single-row table on the paper, invisible
borders, to be the text. Left column is the inside left of the
program, right column is the inside right of the program. Also
simple.
Here's where my mind needlessly melts:
I set the document margins to 0.4 inches all the way around. The
table cells have their content centered. BUT... in the finished
product, it's NOT justified when printed. Why not? Well, on the left
side, the table begins 0.4 inches from the edge of the paper, then the
cell has a margin of 0.08". The table center is the page center. So
a line of text completely spanning that table cell will be 0.48 inches
from the left edge, but only 0.08" from the "right edge" (actually the
center of the single sheet of paper).
So... could someone tell me how to make the stuff appear centered for
what I'm doing? I know there are a bunch of ways. Certainly
jiggering the page margins, or the table position, or the cell
margins, or some combination. Heck, maybe there's even an easier way
I don't know about (perhaps rigging it to print two pages per
sheet??).
I think my mind is fried, because this is really something I should
have solved myself, and a lot sooner than this!
Suzanne S. Barnhill - 27 Sep 2004 03:24 GMT
I prefer to do this with columns rather than a table. Set the space between
columns equal to the sum of the outside margins. You have a lot more freedom
of design using columns (there are some things it's difficult to do in a
table).
If you insist on doing it with a table, add a third column in the center
whose width is the sum of the outside margins.

Signature
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
> I can't even believe I'm asking this, because it's something I can
> normally figure out in about 30 seconds with pencil and paper.
[quoted text clipped - 29 lines]
> I think my mind is fried, because this is really something I should
> have solved myself, and a lot sooner than this!