Hi, for one of my sites IE7 and Firefox prints pages good, but in IE6 the printed pages is to wide for the paper so that some of the text is missing on the paper, the font is also different. How can I fix this ? Can I fix it in the css file?
You can add a new CSS file just for print if you like, using the syntax <link rel="stylesheet" type="text/css" href="css/yourstyle.css" media="print" /> You can then get rid of all the crap that is causing your page to print wrongly. Apart from that, without seeing your site I can only imagine that the width could be reduced if you dont want a print stylesheet.