Hello,
I’m trying to insert a watermark to a print section in PresConnect 2022.1. I want the watermark to say “TEST MAIL”. I’ve created a Master Page with this text in grey. The template I’m using has a PDF as input. The problem lies when I am printing since the watermark Master Page is in the front of the of all the text from the PDF input. Is there a simpler way I can a watermark to the print section?
Thank you,
Hi @TSled,
Usually when you put backgrounds images/content in the mater page you expect them to be infront of the content when you print, but this is not always the case.
For your case, you might need to use a bit of css to ensure the waternark is always on top. Something like z-index:999;
should do the trick. Hope this helps.