It is frequently asked – but I haven’t seen a good answer yet (and I looked). If you set a background image in CSS to a table row- the image will repeat itself in every cell
Add float:left to the row, that should fix it.
tr {float:left;}