View Single Post
Old 2009-03-02, 05:34 PM   #6
dunc
You can now put whatever you want in this space :)
 
dunc's Avatar
 
Join Date: Feb 2007
Location: Australia
Posts: 658
Is this a fixed width site - if so then give your wrapper a width (which will also pull things together)
Code:
.wrapper { 
margin : 0px auto; 
width: 991px; /* used because that is the width of your background image */
}
Apart from that - what else is wrong?
dunc is offline   Reply With Quote