How do I insert an image as the last page?
Posted: Thu Dec 29, 2022 3:20 am
I have an image with some branding and boilerplate legal. The page is styled, so inserting it is the easiest thing for me. I have this in my css:
Is that right? I can't find anything about the back-page @page rule. DO I have to declare the page first?
Code: Select all
@page back-page {
background-image:url("resources/images/back-page.png");
background-position:center;
background-repeat:no-repeat;
margin-top:7.5in;
}