SyntaxFix
Write A Post
Hire A Developer
Questions
#header { margin: 0; padding: 0; width: 100%; background: xxxx; } #header #content { margin: 0px auto; width: 800px; /* or whatever */ } <div id="header"> <div id="content"> stuff here </div> </div>