Download
Buy Prince
Samples
User Guide
Forum
Log in
/
Register
Forum
›
How do I...?
Changing images per page
kheitmann
10 Jan 2015
Is there any way to change (background) images per page, i.e. on page 1 image 1, on page 2 image 2 etc?
--Kai Heitmann
mikeday
10 Jan 2015
You can do this:
@page:nth(1) { background: ... } @page:nth(2) { background: ... } ...