I have a simple HTML table, and I wish to have the separating lines (/ borders?) disappear. The desired end result is a table that is invisible except for the actual text.
I've tried setting the "border" attribute to 0, didn't help. What is the correct CSS attribute that I should use?