Click to See Complete Forum and Search --> : [RESOLVED] Cannot remove padding-- help


innate_cr
06-13-2008, 12:10 AM
I am not sure what is going on and why this padding exists. I have a table embedded within another table at http://goldenloopstudio.com/aethera/test/test-delete.html. The problem is that I have the images sliced and there still is this padding in between the images. I removed all CSS and isolated the code. I am not sure what is going on because when I take the table out it looks fine: http://goldenloopstudio.com/aethera/test/test-delete2.html

Please help!

Fang
06-13-2008, 12:15 AM
http://www.webdeveloper.com/forum/showthread.php?t=183817

innate_cr
06-13-2008, 12:26 AM
Thanks. I didn't read the whole article but I added the CSS entry. It seems to work fine in IE now but firefox has a slight line as you can see here:
http://goldenloopstudio.com/aethera/test/test-delete.html

Any thoughts for FF?

Fang
06-13-2008, 12:34 AM
I'm not seeing it.

innate_cr
06-13-2008, 12:49 AM
I added img {display: block;} and it did the trick. Thanks again for the article.