View Single Post
Old 07-24-2016, 04:04 PM   #1
david_f1
Junior Member
david_f1 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jul 2016
Device: Nook
image url looking in temp folder for file

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
david_f1 is offline   Reply With Quote