View Single Post
  #5  
Old 08-09-2009, 04:09 AM
 
firstformedia firstformedia is offline
 

Advanced Member
  
Join Date: Dec 2006
Posts: 42
 

Default Re: Resolved: Change width, center site

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;
}
__________________
4.2.2
Reply With Quote