I'm currently making a website printer-friendly. Although I can't get it to work. Images and Columns are split over pages.
I tried adding:
img {
page-break-inside: avoid;
}
I tried following this post: Print styles: How to ensure image doesn't span a page break
I want the images whole on the next page, if it does not fit on the current page.