hoverdave Posted February 2, 2009 Posted February 2, 2009 How can I add a background Image to my store?? I have a .jpg with a gradient I would like to use as my background . How can I add this image to the background of my store?? Thanks
Hotclutch Posted February 2, 2009 Posted February 2, 2009 How can I add a background Image to my store?? I have a .jpg with a gradient I would like to use as my background . How can I add this image to the background of my store?? Thanks I think it depends on the image you have, but something along the lines of (stylesheet.css near the top of the file) BODY { background: #ffffff; background-image: url("images/your_gradient_image.gif"); background-repeat: repeat-x; color: #000000; margin: 0px; text-align: center; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.