View Single Post
  #13  
Old 08-09-2008, 08:02 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: inserting code to input image background

ok try this...

#headBG{
BACKGROUND: url(images/HomePageHeader.gif) no-repeat right center;
}
instead of

#headBG{
BACKGROUND: url(images/HomePageHeader.gif); no-repeat right center;
}

take out the ;
__________________
xcart 5.1.2
Reply With Quote