Plugin Options for Multiple Tables
-
I need many tables on my website. The plugin options for several of them are the same. Currently I’m duplicating everything for every table. Is there a way to code it so that I can just enter it once but include several tables.
How do I code the following to include tables id-12, id-13 and id-14,
.tablepress-id-11 .tablepress-id-11 tr,
.tablepress-id-11 td {
font-size: 11px;
text-align: center;
}.tablepress-id-11 .column-2 {
width: 50px;
}.tablepress-id-11 .column-3 {
width: 50px;
}.tablepress-id-11 .column-4 {
width: 50px;
}.tablepress-id-11 .column-5 {
width: 50px;
}.tablepress-id-11 .column-6 {
width: 50px;
}.tablepress-id-11 .column-7 {
width: 50px;
}.tablepress-id-11 .column-8 {
width: 50px;
}.tablepress-id-11 .column-9 {
width: 75px;
}.tablepress-id-11 .column-10 {
width: 75px;
}
- The topic ‘Plugin Options for Multiple Tables’ is closed to new replies.