Page 1 of 1

Default Table Alignment

Posted: 2013-02-21 23:44:48
by Bob Stern
How can I make newly created tables have left alignment instead of center alignment? (I refer to the alignment of the table itself, not the alignment of text within each table cell.) Can I add this to the Normal paragraph style?

I would like this also to apply to tables created by the "convert text to table" command.

Re: Default Table Alignment

Posted: 2013-02-22 04:32:26
by phspaelti
I think this is now the top feature request, ever since Geoff got his vertical ruler :P

Re: Default Table Alignment

Posted: 2013-02-22 13:00:22
by martin
Bob Stern wrote:How can I make newly created tables have left alignment instead of center alignment? (I refer to the alignment of the table itself, not the alignment of text within each table cell.) Can I add this to the Normal paragraph style?
Unfortunately no, there is no way to make this the default for freshly inserted tables, sorry.
I would like this also to apply to tables created by the "convert text to table" command.
It's possible to work around the limitation here if you don't mind using a macro instead of the built-in command. Just use this macro to convert text to a table:

Code: Select all

Menu "Convert to Table"
Menu "Align Table:Align Left"

Re: Default Table Alignment

Posted: 2013-02-22 13:02:35
by martin
phspaelti wrote:I think this is now the top feature request, ever since Geoff got his vertical ruler :P
I'm not sure if anything could be so hotly requested as vertical ruler! :P But certainly we'll consider Bob's request that we have something to control the default table alignment; ideally the feature would reach farther and provide something like a Normal style for tables that could control not only alignment but also cell borders, padding, etc.

Posted: 2013-02-22 16:42:04
by Bob Stern
Thanks, Martin! Selecting a macro certainly is as easy as selecting a menu command, so that's a perfect solution to the second problem.