This seems trivial enough, but I can\'t seem to stumble upon the answer.
I want to have lines separating my rows in an HTML table, and nothing more. Simple enough, r
table { border-spacing: 0; border-collapse: collapse; }
See if those help you out. Most browsers default to having a bit of padding between cells (remember the ol' HTML attribute cellspacing?). This will remove that.
cellspacing