Ok so I'm trying to figure out how to locally reference an image for the background. It took some digging but I figured out how to display an image in a passage like so (done in Snowman):
And I know that in CSS both background: and background-image: can be used to set an image as the background but I haven't been able to figure out the right code combination to actually work. I always just get a white background, and I'm not sure if this is a thing where it won't appear when I do test/play but it will show up in publication (I read this may be the case for some) but since I got the other way to show up I feel like it's just not working. Anyone have any ideas or should I just stick to referencing url's to make it easier?
<img src="C:\Users\Me\Documents\Twine\Stories\my fire emblem wife.png" width="300" height="500">
And I know that in CSS both background: and background-image: can be used to set an image as the background but I haven't been able to figure out the right code combination to actually work. I always just get a white background, and I'm not sure if this is a thing where it won't appear when I do test/play but it will show up in publication (I read this may be the case for some) but since I got the other way to show up I feel like it's just not working. Anyone have any ideas or should I just stick to referencing url's to make it easier?