Table's Getting 1px of Unwanted Padding?

Ahh! Thank you very much! I thought my CSS reset took care of that, but that fixed it right up!

– Rev Jul 11 at 17:36.

This seemed to fix things for me. CSS: table { width: 610px; border-spacing:0; /* Add this here */ }.

For some reason I'm getting a 1px padding or border on a table. I can't figure out how to get rid of it. I've tried adding display:block;margin:0;padding:0; to the images, but that doesn't solve it.

I've also tried and border:none; in the CSS. For the life of me I can't figure this out. The reason it's a problem is because I'm trying to get images to line up with the edges on both sides of a tr, to give it rounded borders, since CSS3 border-radius doesn't work on TR's.

I've added table, table * {border:1px solid red;} to the CSS, and from that, it definitely looks like a padding or margin issue. On the left and right sides, you can see there's some kind of padding or something between the images and the edge of the table. The red borders are there just to see this.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions