View Single Post
  #9  
Old 08-09-2008, 12:31 AM
  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

did you cahnge the whateveryourimageiscalled.gif to the name of the file you uploaded?

did you save it as a gif and not a jpg??

Have you uploaded the head.tpl and skin1.css?

This has to be exact.

the name of the id you put in the head and the id you put in your CSS file must match.

id="headBG"
#headBG{
}

The file name you upload to the skin1/images directory must match the fiel name you place in the css file.


yourfile.gif

#headBG{
background: url(images/yourfile.gif) no-repeat right center;
}
__________________
xcart 5.1.2
Reply With Quote