Forum Moderators: open
Also, some browsers render a line break in your HTML doc gets rendered as extra space.
You will always have spacing between rows whether you use HTML or CSS.
As I said in message 3 - you need the cellpadding and cellspacing set to zero in the HTML, and then you get no spaces between the
<tr> elements. There is currently no way to do this with CSS, and that is why the example I gave will validate even if you're using XHTML 1.0 Strict or 1.1.