Hi David
I have searched the forum but could not find how to change the background to a image instead of solid color. I have seen it done on other price tapestry sites. When I treid to change it in css the backgound would just be white.
Thank You
Dean
Hi David
Works great thanks for the help again.
Thank You
Dean
Hi Dean,
It should just be a case of adding a background-image tag to the body section of default.css, for example:
background-image:url('/images/background.gif');
...however, make sure to use an absolute URL otherwise the background image will not be found on re-written pages...!
Cheers,
David.