I have this site: http://redditlist.com/dir/1026 and I\'m stuck on trying to remove spacing between cells so it will look more like this: http://redditlist.com.
Try this
table.className td { display: inline-block; }
or
table.className td { display: block; }