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

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -