I have Divs of different sizes that are generated by user input, I need them to be printed in different pages when printed. Like for example Div1 takes up 1.5 pages, and div2 takes up .5 i need Div2 to print on a new page instead of simply starting at the second half of the second page, starting where Div1 left off.
How would i accomplish this?
I have Divs of different sizes that are generated by user input, I need
Share
You can include separate stylesheets for screens (monitors, phones, tablets, etc.) and printing:
Then you can use CSS page breaks in the print stylesheet to specify a page break before and/or after each relevant
div.