internet explorer 6 - Printing in IE6 completely different to other A-grade browser printing -


Do anyone know the best practice print document for printing a website in IE6? I have a specific page that needs to be printed and it comes out well in other browsers except IE6, where it is being cut in large quantities on the right side of my page.

Thanks

I found the most stupid-proof method to make some printable By providing a print button that is linked to a PDF version of the document.

The main task is to create PDF, but it can be quite easy with the right tool.

I use the python app to generate a page and generate it. A PDF version may require some tweaking, so you need a special stylesheet to fix some things.

In addition, you are leaving IE fixing it can help to add print stylesheet:

  & lt; Link rel = "stylesheet" href = "print.css" type = "text / css" media = "print" />  

and overriding some of its more extraordinary positioning methods. If you are focusing, then drag it back to the left, cut out the external margins and padding (remember that background-images will not be presented with standard print settings, so that you can cut a lot of padding).

You may find some crossover (i.e. you can use some print styles in your pdf version) so that you allow people to capture pdf versions and print directly from html for hybrid Can prepare solutions.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -