"Book End" <book@end.invalid> wrote...
>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.
Book End - 17 Dec 2005 06:12 GMT
> "Book End" <book@end.invalid> wrote...
>>I'd like to be able to wrap a 2 word header, have the second (bottom) word
[quoted text clipped - 9 lines]
> 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.