S sylar800 New Member Aug 24, 2008 #1 I have the body background defined in my CSS. Then I have a new div style, and it seems to have a border or a padding. How can I remove it?<br /> <br /> http//www.jacobkelleydesigns.com/help.jpg<br />
I have the body background defined in my CSS. Then I have a new div style, and it seems to have a border or a padding. How can I remove it?<br /> <br /> http//www.jacobkelleydesigns.com/help.jpg<br />
K kevsnell New Member Aug 24, 2008 #2 In the CSS for that div try margin 0px; padding 0px; That should do it!!