Page 1 of 1

[solved] Export a template to XML, but no images..

Posted: Sun Mar 28, 2010 12:01 pm
by eddie67
I have a theme I want share with the community, and I am using the Theme-manager to export it as XML. I'm using CMSMS 1.7

In the theme, there is one image defined in the template itself. This image gets nicely into the XML-file.

There is 4 images defined in the CSS as this:  background: url("uploads/themename/back.png")
Those images are not added in the XML-file.

Will only images from the template-file get added in the XML and not from the CSS-file?
Am I missing somethig?

Regards
Eddie

Re: Export a template to XML, but no images..

Posted: Fri Apr 02, 2010 5:07 pm
by Dr.CSS
I've done it hundreds of times and lots of image calls in the css, only thing I can see is you use "    " around the call  url("uploads/themename/back.png")  I never do this just url(uploads/themename/back.png)...

Re: Export a template to XML, but no images..

Posted: Sun Apr 04, 2010 11:12 pm
by eddie67
That was it , the " "

Thanks.

Eddie.