Table style zeroes the left indent

M

marcelo

I am using a style for all tables in the document, specifying that its left
indent should be of a certain amount.

But every time I change text in the table, or on the paragraphs above or
below it (i.e., outside the table), the property for left indentation is set
to 0.

Can anyone help me with that?

Cheers.
 
K

Klaus Linke

Hi Marcelo,

Yes, I hate that "feature" too. There isn't much you can do about it.

You need to use "ResetPara" on the created table (Ctrl+Q).

Or -- if you used manual paragraph formatting that you don't want to
loose -- you could write a macro that resets the (left) indent to that in
the style definition.

Or do the left indent with cell padding instead (... that isn't an option
for me, because I need different indents in the same column).

:-( Klaus
 
Top