javascript - Printing a webpage with varying div sizes -


is there way make divs not cut in half when printing multiple pages? there divs trying print vary in size , print none of them cut off , full div boxes appear on single page. maybe there way calculate height of each div , if 1 puts on height of page, put on next page? know length of text within each div , maybe way, how go designating div printed on page?

use css property page-break-inside:

http://www.w3.org/tr/css21/page.html#page-break-props


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -