This problem IMO is more related to CSS but I am open to any solution. I am trying to print a webpage who\'s height is defined in px (I also tried %). Now What\'s happening in S
Printing devices usually measure their content in physical dimmensions (in, cm, ft, etc). Pixel width is dependent on monitor resolution, and thus can't be relied upon for every output device.
If it's crucial your page prints the way you'd like it, you'll most likely need a CSS file designed for printing -- one that uses inches, centimeters, or whatever you'd like.
Check out this previous post -- I think it will help.