I am creating a table in which I want to set the background of each column to different colors. I have accomplished this by setting the background color for each cell in the <td> tag. However, even though I have border="0", there is still a white border being displayed around each cell. How do I get seamless background colors (setting the border color to match did not help)? TIA.