nobody knows how to get an image in the style section in a template document?
just for info, the only way working for me is by harciding the complete path of the image:
background-image:'file:///E:\Temp\splash.jpg';
But I need to have a relative path with the image stored in my project directory...
Do you know how?
Nobody knows???
If it's not possible, could you tell me too?
It looks like you are using the wrong direction for the slash. Try swapping \ (back slash) to / (forward slash). For example, "/splash.jpg".
I also the same think: draft.jpg in my theme folder...
and the custom style I use:
content of my deployment directory:
result...
I don't understand
It works in a normal web page but when I use the template document generation, it doesn't work...
You did not read Roberts reply correctly. Place it in your theme folder instead of your deployment folder. Because the deployment folder is being build up everytime you deploy and is based on your theme folder. So anything you place directly in the deployment folder is gone after a redeploy and replaced with the stuff from your theme folder.
Regards,
Ronald