View Single Post
  #15  
Old 01-11-2010, 07:33 AM
  gizmo's Avatar 
gizmo gizmo is offline
 

X-Adept
  
Join Date: Jan 2005
Location: Crawley : UK
Posts: 618
 

Default Re: Changing the background

What template are you people using that you say have issues?
Like ash says shouldn't be an issue:

Is they a way you troubled people can post url or pm to us to look at

Have mine set like this: Based on light and lucid (Have custom style though and have it centred to 960px)
html,body {
height: 100%;
background:#F2F5F7;
margin: 0px;
padding: 0px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
min-width: 780px;
}

/* page layout */
#content-container {
clear: both;
float: left;
overflow: hidden;
position: relative;
width: 960px;
padding-bottom: 39px;
margin-top: 140px;
background-color: #ffffff;
border-left: 1px solid #E8E8E8; border-right: 1px solid #E8E8E8;
}

Silly question I know, but have saved after edits?
__________________
Thank You - Alan
Don't be like me, and keep saying "Nearly did it" go do it!!
Version: 4.4.4 Gold -
Reply With Quote