Re: Shared SSL Certificate Problem
Use relative addresses for your images not absolute.
Example:
background-image: url(http://www.zulurose.com/images/graph...undPaper.jpg);
First, that is a template image and should be in the template/images directory
Then it should be in the stylesheet like:
background-image: url(../images/graphics/BackgroundPaper.jpg);
There may be others, that is the first one I came across.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.