Archive for the ‘Tech Support’ Category

One more thing…

Thursday, March 27th, 2008

You can adjust the edges of your fixed width site by creating a graphic with borders and assigning that graphic to the #everything ID…

#everything {
background: #fff url("images/760.gif") repeat-y;
margin: 0 auto;
width: 760px;
padding: 0;
}

You can download the graphic here and see the results.