Looking for PHP or script code allowing to set where the new page will start

Vic

New member
when i print text from a browser? Looking for PHP or script code allowing to set where the new page will start when i print text from a browser.

So basically i have transferred some of my doc files on my website in HTML and I allow users to print them. But now i can not control when the new page in the printed doc starts. For example in the MS doc file I have 3 Pages:
Page 1: 2 paragraphs of text then page break,
Page 2: 3 paragraphs of text then page break,
Page 3: a whole page of text

When I transform this MS doc into HTML and hit the Print button from the browser, all text gets connected without any page breaks and instead of 3 pages I have 1 and a half.

I am not very versed in things like Javascript and PHP and would really appreciate your help.
 
Back
Top