I’m having trouble printing a web page of information, which should span onto about 3 pages. Currently, only 1 page is printed, and the rest of the data is not visible anywhere? Is there some JS or HTML I can use to break the page, and allow the information to continue being printed on the next pages.
I’m having trouble printing a web page of information, which should span onto about
Share
You need a print stylesheet, and it should have height set to “auto” and overflow set to “visible” for the body. What I do is something like:
Just put that in your main CSS file or in a file of its own.