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

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
eddie67
Forum Members
Forum Members
Posts: 40
Joined: Tue Feb 05, 2008 6:31 am

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

Post 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
Last edited by eddie67 on Sun Apr 04, 2010 11:13 pm, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

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

Post 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)...
eddie67
Forum Members
Forum Members
Posts: 40
Joined: Tue Feb 05, 2008 6:31 am

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

Post by eddie67 »

That was it , the " "

Thanks.

Eddie.
Post Reply

Return to “Layout and Design (CSS & HTML)”