Repeat a background across all Rendered PDF

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(&apos;/Users/myuser/Desktop/template.svg&apos;); background-size: cover; height: 100%; background-repeat: repeat-y;">  
>   MY MARKUP goes here ....
> . .. ..
> </div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.