View Single Post
Old 06-10-2013, 09:37 AM   #1
silviolorusso
Enthusiast
silviolorusso began at the beginning.
 
silviolorusso's Avatar
 
Posts: 32
Karma: 10
Join Date: Jun 2011
Device: none
How to be sure a full page image+ caption is not split between 2 pages?

I tried
Code:
page-break-inside: avoid
, but no luck?

This is the css I currently use:

Code:
div.container {
	page-break-before:always;
	page-break-after:always;
        page-break-inside: avoid;
}
div img {
	height: 80%;
}
silviolorusso is offline   Reply With Quote