hi all
I have alot of divs on a page with variable amounts of content in them. I am trying to use page-break-inside: avoid; so that each div section is not broken over 2 pages.
It is working in firefox but not IE8.
I have this in my css print file .page-break-inside-avoid {page-break-inside: avoid;}
and my divs have the class in like
IE8 is suppost to support this now. isnt it ?
Am i doing somethin wrong ? Anyone solved this issue ? or had any experience with it ?
any help would be great.
thanks alot richard