Hi,
ive tryed to replace the checkbox images from the inline-task-list for the pdf export but cant figure out how to get that working, on the exported pdf i can see only the link but not the new image. Thats my code:
.wiki-content ul.inline-task-list li:before { content: "url(/download/attachments/18122279/checkbox.svg)"; height: 22px; }
Is there any (other?) way to get this working?
Thank you
Try using CSS Data URIs instead.
Here's a handy online image to data URI converter:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.