I ALMOST have it working, but only when I'm in edit mode. What?!
- I Imported an image for a background on tiddlers. I did nothing to it, it's called "old-parchment.jpg" and type is "image/jpeg". no tags or anything.
- I created tidBkgImg tagged with $:/tags/Stylesheet, no type, and this code:
<style>
.tc-tiddler-frame { background-image: url(<<datauri "old-parchment.jpg">>); }
</style>
Background only shows up if I have a tiddler - any tiddler, in edit mode, and then it shows for all tiddlers. As soon as I leave edit mode, the image disappears, again for all tiddlers.
I can't find another class to use that makes a difference, and I can't find the difference between edit and view mode that will affect the frame.
What am I doing wrong this time?
Thanks,
Aidan