Hi,
I'm modifying the CSS file of an epub I've created to have a background image:
Code:
h1:before {
background-image: url('../01-roman-devon/gold-aureus.jpg');
display: block;
}
However, the image doesn't show up in the epub. When looking at the inspector it's trying to look in a subfolder of the Sigil temp folder, and then appending the URL above to it (including the dots)
This is on Sigil 0.9.6 on Windows. Can anyone help?
Thanks