tablegeek
Forum Replies Created
-
Already done and a loyal fan!
Hi Tobias,
Thanks for your advice. All sorted and it is to do with the browser.Once again, double thumbs up!!!
Best and have a fantastic weekend.
As requested I have screenshot those areas with links.
Hi Tobias,
Is sent to your email address.Thanks for your help!
Best.
Hi Tobias,
Thanks for the quick response. The website is still under construction. What is the best way to show you the table?Thanks.
Hi Dr Tobias,
Already done and you have my double thumb-ups.Do keep up this fantastic work! The rating reflects your effort.
All the best.
Tobias,
This is extremely helpful especially there are so many tables to manage with CSS.You are a star!!!
Thanks for your advice.
All the best.
Hi Tobias,
Grand! That is a prompt response and very helpful indeed.When you mentioned “… reducing duplications” but say: Table id-1, Table id-10, Table id-19 and Table id-28 are identical. Given their unique ids any chance to combine their CSS codes. I am currently using the code like this:
.tablepress-id-1 .row-1 {
text-align: right;
}.tablepress-id-1 .column-2,
.tablepress-id-1 .column-3,
.tablepress-id-1 .column-4,
.tablepress-id-1 .column-5 {
text-align: right;
width: 100px;
}.tablepress-id-10 .row-1 {
text-align: right;
}.tablepress-id-10 .column-2,
.tablepress-id-10 .column-3,
.tablepress-id-10 .column-4,
.tablepress-id-10 .column-5 {
text-align: right;
width: 100px;
}This continues for Tables id-19 and id-28.
Any better way to combine them?
Thanks.