hiya, i want to make my table borders transparent, and i can’t seem to get the outer border to go transparent. it’s working fine for the cell lines, but i’ve tried using every table element to make the outer border transparent and nothing! any suggestions?
this is what i’m using at the moment, see image for results.
table,
th,
tr,
td,
caption,
colgroup,
col,
colgroup,
thead,
tbody,
tfoot {
border: transparent !important;
}
