I am trying to create a document that prints at the same size in different browsers, but I am not having any luck.
(Microsoft Edge does not print background colors, so I am purposefully ignoring it.)
Why are they all different, and can I fix this? (Using CSS preferably.)
I'm guessing I will need to use @media print
somehow, but I'm not real familiar with it.
Thanks.