Is there a way to create a div header that spans the full width of the page without having a small white border around all divs? Currently, I am experiencing this issue where the entire page has a thin white border on the outside of each div. Ideally, I want the divs to reach the very edge.
I have experimented with various CSS options, but none have successfully resolved the problem. For example: (Not all at once)
div
{
padding:0;
margin:0;
border:0;
margin: 0px auto 0px auto;
}