Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Change the background

Quote Reply
Change the background
How can I change the background in Brewt template. I change the background.gif but that did not change the backgound.

Any help would be appreciated!

S. Malkan
Sanjiv R. Malkan
MultiMedia Communications, Inc.
http://www.malkan.com
Quote Reply
Re: [malkan] Change the background In reply to
If you look at join_style.css, near the bottom, you'll see:
Code:
body {
background-image: url(<%url_images%>/templates/<%t%>/background.gif);
}
If you change the background.gif in that path, it should be changed when you view the template. Are you sure you updated the correct image?

Adrian