javascript - How to put a specific html area on an extra page when printing it -



i'm searching way put left aside-area website on page when i'm printing it.
may had same problem , found easy way that.

@ moment, website printing element element, want control it. want, specific element printed on next page , not after element before.

you can print using media query.

@media print {   background-color: lightgreen; } 

Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -