Hi, I've tried finding a solution to this with no luck...
Every morning we print out orders. Lets say 20 different orders and each one is 1 page long. Every order has a different number of items on it (some are 1 line, some are 20 lines).
We use
page-break-after:always
to create a page break at the end of each order since the length of the page is variable. Sometimes the contents of a page will get close to the end of the page and some unimportant text will bleed on to the next page. This makes an extra page that isn't necessary to print. Is there a Style sheet way to make every order just 1 page and cut off anything that won't fit on one page?
Thanks