I am using the "Curved." template. I have specified a background graphic for all of my pages. Everything works fine, even the Shopping Cart and Checkout pages. However selecting the same image for the More Info page (Store Preferences > More Info page) is not being recognized. I have figured out that it does not reference the path to the image like the other pages. I am not using any custom templates.
Here is the the source from the More Info page:
body {
margin: 20px auto;
background-image:url(backg40.jpg);
background-color: #8C866F;
text-align: center;
}
while this is the source from all other pages:
body {
margin: 20px auto;
background-image:url(http://domain.com/store/media/backg40.jpg);
background-color: #8C866F;
text-align: center;
}
Any suggestion as to how to fix this?
Thank you.