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
|