• Hi,
    I'd like to have text in a table align nicely with text outside the table. Borders are hidden, and I have set wpNoMinimumCellPadding, wpDontUseTablePadding and wpDontUseBorderPadding - and yet the text in the table is indented.

    I have then tried to offset the table to the left (like in MS Office), using an empirically found value of -44:
    WP.Table.ASet (WPAT_BoxMarginLeft, -44)
    Is there a stable way to calculate the distance from the (hidden) table border to the first character of the cell?

    Thanks!