I have basic html code which has some tables in it. I have used page-break-after: always
to differentiate two div's . When I print this page from chrome
and Firefox
browser, both div's are getting displayed in separate pages for example div1 gets displayed in page1 and div2 gets displayed in page2 which is correct. But problem is in IE11
where both the div's are getting displayed on same page . i.e div1 and div2 are displaying on page1.
I am attaching screenshot for chrome and firefox screenshot And IE 11 screenshot IE11 screenshot
Can anyone help me to show both div's on separate pages in IE11 also. thanks in advance!