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
[solved] Export a template to XML, but no images..
[solved] Export a template to XML, but no images..
Last edited by eddie67 on Sun Apr 04, 2010 11:13 pm, edited 1 time in total.
Re: Export a template to XML, but no images..
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..
That was it , the " "
Thanks.
Eddie.
Thanks.
Eddie.