Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

How to fix printing of webpages if the print looks completely different from the on-screen page?

more options

This problem occurs frequently: The printed copy of web pages looks completely different from the actual image on the screen: first page printed appears to be in HTML code; page headers, graphics, text, tables, pictures etc. may be missing; blank pages may be inserted; and/or the printed font types, styles, sizes become different.

This problem occurs frequently: The printed copy of web pages looks completely different from the actual image on the screen: first page printed appears to be in HTML code; page headers, graphics, text, tables, pictures etc. may be missing; blank pages may be inserted; and/or the printed font types, styles, sizes become different.

모든 댓글 (1)

more options

To get a printed copy of a web page exactly as it is displayed you need to do a Print Screen of the page.

Using your example MSN Money page, when viewing Print Preview in Firefox 3.6.10, Safari 5.0.1, Opera 10.61, and IE8 - they all format the contents of that page for printing differently from each other and none show the page as it is viewed on the screen. The "advertisement" and the navigation menu is causing the main differences between the browsers.

That said, Firefox fails horribly when trying to format that page for printing, it only want to print the navigation menu from the top of the page. All the other browsers I mentioned do "print" the main content of that page - the Fund Finder Results table - but Opera is the only one that puts the entire table on one page (which is how I think a browser should handle that page for printing), the other 2 split that table across 2 pages.

All 4 browsers would print the un-necessary navigation bar from the top of the page, which is the only thing Firefox would print.

Bottom line is that page isn't meant to be printed, the manner in which that page is formatted isn't conducive to being printed - it lacks Meta tags for media= print and /or a print.css file = specific instructions for what a web browser should print from that page. (unless that page is doing @import of that information thru a css file I didn't view)