Adding Format to Multiple Tables
-
Hi Tobias,
I have about 10 tables I want formatted the same. Instead of writing them all out like this
`.tablepress-id-4 thead th,
.tablepress-id-4 tbody td {
text-align: center;
}.tablepress-id-4 td {
border: 1px solid #ddd;
}.tablepress-id-4 th {
border: 1px solid #fff;
}.tablepress-id-4 {
font-weight: bold;
width: 500px !important;
}/*Table 3 – Guided Pricing*/
.tablepress-id-3 thead th,
.tablepress-id-3 tbody td {
text-align: center;
}.tablepress-id-3 td {
border: 1px solid #ddd;
}.tablepress-id-3 th {
border: 1px solid #fff;
}.tablepress-id-3 {
width: 500px !important;
}}
.tablepress-id-3 {
font-weight: bold;
}’What is the shorthand?
Is it
.tablepress-id-3,4,5,6?Thanks,
Carolyn
- The topic ‘Adding Format to Multiple Tables’ is closed to new replies.