This topic is locked
[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.

img alt

I have tried to find answers from google and got many suggestions, one of which is to write the following css code:

@media print {
html, body {
height: 99%;
}
}

From the css code, I have also tried various selector possibilities, for example:

.function-print{
height: 99%;
}
.function-print body{
height: 99%;
}

and so on.

I also searched this forum.
There was a time when someone asked but there is still no answer from the admin, at this link -> Previous Same Question

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.
I tried to open the build results of the phprunner application from another device, the results were normal. So I assumed there was a problem with my browser.
Then I tried turning off all extensions, it was solved.

It turns out that many browser extensions cause extra blank pages to be added to each print.