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

ios - Is 'init' forbidden as *part* of a variable name? -

javascript - Why Selenium can't find an element that is graphically visible -

qt - Microsoft FTP Service 451 The parameter is incorrect -