i am trying to put an image in the background of my site and i cant quite figure it out. my url is www.everythingspecrtrum.com if anyone has any idea what im suposed to put where let me know please
thanks in advanced
i am trying to put an image in the background of my site and i cant quite figure it out. my url is www.everythingspecrtrum.com if anyone has any idea what im suposed to put where let me know please
thanks in advanced
Where do you want this background to appear ?
Steve's question needs to be answered, because while the technique for putting in background images remains the same, the desired position, behaviour and layout of the image needs to be known.
The image will be loaded into your template's images folder (NOT your main image folder), and the position, behaviour and layout will be governed by a declaration in the stylesheet.
Typically:
HTML Code:body { background: url("../images/bg.jpg") no-repeat fixed center top #F2F4F1;
20 years a Zencart User
i am wanting it to be seen only in the sides but cover the entire site. like all the content is on top of that image(including the white in the middle).
yes it worked thank you so much :)
i have one more question.
any idea how to get the background of the sideboxes a rainbow color?