View Single Post
  #20  
Old 08-25-2009, 05:28 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: Resolved: Change width, center site

Quote:
Originally Posted by firstformedia
well i found it how to resolve, i had to add this to html,body:

html,body {
height: 100%;
width:950px;
background-color: #ffffff;
margin: 0 auto;
padding: 0px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
min-width: 780px;
border: 0px none;
}

Put the width and margin calls in page-container id class not in body class. page-container is the class that wraps around the whole site
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote