Hello all,So I went to put a picture in the back ground of my wiki yesterday, and found that the drop down menu only give the first 25 pictures in the wiki as options, try as I might I couldn't get the picture I wanted to appear on the menu. What am I doing wrong?
The other half of my question is, I couldn't find an option to add an image as the background for individual tiddly's. Is there a way to do this?Thx for your help in advance.
[data-tiddler-title="CupcakeIpsum"] {
background: url(<<datauri "yourimagetiddler">>) ;
}CupcakeIpsum, with yourimagetiddler image tiddler. The macro datauri is used to call your image tiddler and to interpret it correctly.