html - How to make separating lines/borders in a table disappear with CSS? -
I have a simple HTML table, and I want to separate the lines (/ ranges?), The desired final result is such a The table is invisible except for the actual text.
I tried to set the "border" attribute to 0, it did not help. What is the correct CSS attribute I should use?
table, tr, td, th {border: 0; }
Comments
Post a Comment