Quote Originally Posted by Jojee View Post
Now I just need to fix one more thing in IE... so let's say I have a table and I set a height and width for the <</>TD>. Then, with no cellpadding or cellspacing and div-right and top and all that good stuff at 0... I put an image that's the exact same size as the table in the <</>TD>. How do I get it so that IE doesn't add extraneous borders?
Put
border-style:none;
for the table or the image, depending on which has the border.