Ok, sorry for the late reply but I was a bit confused as to what to do. It is working now
, I did what you said and changed the <body> to have a margin of 0 and a padding of 0. At first this didn't work after I added the new "wrapper" div, I had it set out like this:
Code:
#html, body {
padding: 0;
background:#000;
margin:0;
width:989px;
}
#wrapper{
width:989px;
margin:auto;
padding:0;
}
}
Then, after I removed the width from the body it worked again
silly me... Just wanted to post this in case anyone else has this problem, thanks for the help.
Bookmarks