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

php - multilevel menu with multilevel array -

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

objective c - iPhone and it's wireless area -