I have a simple HTML table and I want the dividing lines (/ border?) To disappear. The desired end result is a table that 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 that I should use?
source share