I have a table with the attribute "Border" set to 0 so whatever I set in the css the table don't show a border
Notice that I can't change the table border attribute inline. I can't access the file.
<table class="ms-listviewtable" handledeleteinit="true" border="0" style="">
What can I do to override the border ?
Here is an example of Temala's answer:
table {
border-collapse: collapse;
border: 1px solid red;
border-bottom: 0;
}
td, th {
border-right: 1px solid red;
border-bottom: 1px solid red;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With