Justifying Text

B

Book End

I'd like to be able to wrap a 2 word header, have the second (bottom) word
right justified in the cell but the first (top) word centred above the
second word.
I can manage it by padding the first word with character colours matching
the background, is there a better way of doing it?
 
H

Harlan Grove

Book End said:
I'd like to be able to wrap a 2 word header, have the second (bottom) word
right justified in the cell but the first (top) word centred above the
second word.
I can manage it by padding the first word with character colours matching
the background, is there a better way of doing it?

The better way of doing it would be using separate cells for the different
header lines, then each can have its own horizontal alignment setting.

If you must use one cell, then there's no alternative to padding either the
top line or the bottom line if they must appear to have different horizontal
alignment. Single cells can have only one such setting.
 
B

Book End

Harlan Grove said:
The better way of doing it would be using separate cells for the different
header lines, then each can have its own horizontal alignment setting.

If you must use one cell, then there's no alternative to padding either
the top line or the bottom line if they must appear to have different
horizontal alignment. Single cells can have only one such setting.
Thank you.
 
Top