Hello,
I have a few css file includes for an app and they are included and working well. The problem that is some have .png and .gif images the need to show as well. They are not showing.
I have included as the additional project files and not showing. I copied them into the images folder of the app and not showing.
How can this be done and how to set the css path for this also.
Thanks in advance.
Fix:
It did work adding the .png and .gif as additional files. The .css kept regenerating back to the original after modifications of the path for backgroung-image. SO I removed the css file the included it back in with the changes and it is now working.