Table Borders
Permalink 2 users found helpful
I am trying to put a specific type of border around my table using CSS and it seems as though Concrete5 is replacing it with the default border. How can I fix this?
You should look at the page in the developer console and find out what rule it is that you are fighting against, then write a rule that is more specific.
Beating other css is usually a case of adding a close containing #id at the start of your rule.
Beating other css is usually a case of adding a close containing #id at the start of your rule.
Have you tried the HTML block instead?