Margins
Date: 08/21/05
(WebDesign) Keywords: css
(My apologies for posting twice in a row)
Even with all my margins set to zero, there still seems to be a one-pixel tall length of the background image showing up above my table.
body CSS has:
margin: 0px;
Table CSS has:
margin: 0;
padding: 0px;
border-spacing: 0px;
width: 799px;
height: 431px;
Plus, in the markup I've put a style tag on the table which positions it 0px left and 0px top. Is there something I'm missing?
Source: http://www.livejournal.com/community/webdesign/959421.html