Forum Moderators: not2easy
And here is my css
table {
padding: 0;
border-collapse: collapse;
}
tr, th, td{
padding: 0;
border-collapse: collapse;
}
Anyone have an idea on how I can get the white space removed. Basically I need the images to be right next to each other to look like they are one solid background. Thanks.
Once that's done I 'd remember that normally images are inline elements and as such they sit on the baseline of text, allowing for descender characters like gypq.
To be sure which cell it is that's causing you trouble: give them each their own solid color background. That usually will tell you who's doing it.