View Single Post
  #3  
Old 12-10-2009, 06:09 PM
 
yehudah yehudah is offline
 

Advanced Member
  
Join Date: Sep 2007
Posts: 60
 

Default Re: Easy background question

Look for the Body class and add the image there
something like this


html,body {
height: 100%;
background-color: #ffffff;
background: url(images/mainbg.jpg) repeat-x top;
}
__________________
xcart gold V4.4.3 , v4.4.5
Red Hat Linux/ Apache

Hosting and customization
www.namsoft.biz
Reply With Quote