Marco_Oliva
New member
I’m trying to print a simple php page.
With Trident everything works fine, but when I try to print the same file with webkit a default 1cm margin appears on all sides.
I tried to remove it by css:
but nothing works.
I use window.print();
Are there other solutions, maybe with ExeOutput internal code?
Thanks!
With Trident everything works fine, but when I try to print the same file with webkit a default 1cm margin appears on all sides.
I tried to remove it by css:
Code:
@page{margin:0mm}
I use window.print();
Are there other solutions, maybe with ExeOutput internal code?
Thanks!
Last edited: