Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- Problems spacing image list inside a table cell


alexdunae - 5:06 pm on Sep 11, 2007 (gmt 0)


I would guess that it's the padding within your table cells. If you want these really snug, try adding


table.gallery {
border-collapse: collapse;
}

.gallery * { margin: 0; padding: 0; }


Thread source:: http://www.webmasterworld.com/css/3447536.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com