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?

Blenderite
 
jvansanten replied on at Permalink Reply
If you're attempting to write HTML in a content block, then, you're right, C5 will add its own stuff.

Have you tried the HTML block instead?
JohntheFish replied on at Permalink Best Answer Reply
JohntheFish
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.