View Full Version : print fix for IE6
login
Oct 16th 2007, 8:15 am
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?
Geckonm
Oct 16th 2007, 8:56 am
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.
le_gber
Oct 16th 2007, 3:22 pm
for your print stylesheet use %ages for widths, not px and it should work fine.
vBulletin® v3.6.8, Copyright ©2000-2008, Jelsoft Enterprises Ltd.