[SOLVED] How to remove "second blank page" in "print page" |
1/13/2024 1:47:44 AM |
PHPRunner General questions | |
W
wehaye author
Every time open a print page, 1 additional blank page will appear.
I have tried to find answers from google and got many suggestions, one of which is to write the following css code: @media print { From the css code, I have also tried various selector possibilities, for example: .function-print{ .function-print body{ and so on. I also searched this forum. But still did not get a solution. Please help. Thank you. |
|
Sergey Kornilov 1/13/2024 | |
Referring to 15-years old post is pointless. Nobody else reported this issue, which means there is something there that is specific to your project. A correct approach is to upload your project to Demo Account and contact support directly. |
W
|
wehaye author 1/14/2024 |
Solved. After searching Google everywhere, I couldn't find an answer. It turns out that many browser extensions cause extra blank pages to be added to each print. |