Operating system
macOS
Joplin version
2.13.2
Editor
Markdown Editor
What issue do you have?
Hello,
I am trying to include a background image that repeats on all pages when i export to a PDF, trying this but i see the image on the first page only. how can i repeat it to make it on all pages? Idea is to include a watermark (centered in middle of pagE) a header and a footer and to write in between. that would help me avoid adding headers and footers to each page and guess where i should add...
>
> <div style="background-image: url('/Users/myuser/Desktop/template.svg'); background-size: cover; height: 100%; background-repeat: repeat-y;">
> MY MARKUP goes here ....
> . .. ..
> </div>