html - two extra blank page add when printing -


i using using css property printing, 2 page added in print. tried these thing:-

.print:last-child {  page-break-after: auto;  } 

but not working

i tried:-

     html, body {       height: auto;      }  

but problem still there.

and when using this:-

    .print{     page-break-after:    } 

it prints blank page before

please add page-break-after: avoid or page-break-before: avoid , can reduce element spacing affect. if give me url/js fiddle link easier fix issue. have hanged many times on print version


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -