Hello and happy new year. Im new here and first of all i want to thank the developers for this great program. Anyways as the topic suggests i have this problem when with background images when generating a pdf template.I have used different paths and image types jpg and png’s but it doesnt want to want to work. The image is in
custom/themes/default/images/oplogo.png
and in jpg form.
The code for the image i use is this
<div style="background-image: url('../custom/themes/default/images/oplogo.jpg'); background-repeat: no-repeat; display: block; width: 363px; height: 100px; border-style: solid; border-width: 1px; border-color: black; position: absolute;
As in the code i can see the stroke of the image in the pdf but the image is missing.
Thank you.