Viewing 1 replies (of 1 total)
  • Tables really should not be used for layout – CSS is much preferable – but adding the margin to this CSS seems to work:

    .art-article table, table.art-article {
        border-collapse: collapse;
        margin: 0 auto;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Cant centre a table’ is closed to new replies.