View Single Post
  #1  
Old 07-22-2009, 09:42 PM
 
rjmmusic rjmmusic is offline
 

Newbie
  
Join Date: Aug 2006
Location: San Marcos, CA
Posts: 6
 

Default Fixed width page, centered in browser?

I'd like to set up my templates such that everything fits within a fixed width area, and that fixed width is centered horizontally in the browser window. I was able to implement the fixed width by setting:

#content-container {
width: 770px;
}

but I can't figure out how to center everything on the page? What's the easiest way to do this?

Thanks!
__________________
Ron Menelli
RJM Music Technology, Inc.
X-Cart Pro 5.2.9
Reply With Quote