Hi Tobias
Thanks so much for your reply, it worked and my table is showing correctly.
Just a question, is there anyway to shorten the coding below? I only want to shade some lines and some columns (like a calendar with some days shaded)
I have 12 tables that need shading and don′t want to have such a long list of coding.
Thanks so much
Ciska
copy of coding:
.tablepress-id-1 .row-4 .column-2,
.tablepress-id-1 .row-4 .column-3,
.tablepress-id-1 .row-4 .column-4,
.tablepress-id-1 .row-4 .column-5,
.tablepress-id-1 .row-4 .column-6,
.tablepress-id-1 .row-4 .column-7,
.tablepress-id-1 .row-4 .column-8,
.tablepress-id-1 .row-5 .column-2,
.tablepress-id-1 .row-5 .column-3,
.tablepress-id-1 .row-5 .column-4,
.tablepress-id-1 .row-5 .column-5,
.tablepress-id-1 .row-5 .column-6,
.tablepress-id-1 .row-5 .column-7,
.tablepress-id-1 .row-5 .column-8,
.tablepress-id-1 .row-6 .column-2,
.tablepress-id-1 .row-6 .column-3,
.tablepress-id-1 .row-6 .column-4,
.tablepress-id-1 .row-6 .column-5,
.tablepress-id-1 .row-6 .column-6,
.tablepress-id-1 .row-6 .column-7,
.tablepress-id-1 .row-6 .column-8,
.tablepress-id-1 .row-7 .column-2,
.tablepress-id-1 .row-7 .column-3,
.tablepress-id-1 .row-7 .column-4,
.tablepress-id-1 .row-7 .column-5,
.tablepress-id-1 .row-7 .column-6,
.tablepress-id-1 .row-7 .column-7,
.tablepress-id-1 .row-7 .column-8 {
background-color: #deeaed !important;
}