搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Having problems printing from our business website

more options

Been having problems with it printing properly. It appears that it has tabbed over and there is all the blank space and if there is a 2nd page of information it will only print a blank page.

Been having problems with it printing properly. It appears that it has tabbed over and there is all the blank space and if there is a 2nd page of information it will only print a blank page.
已附加屏幕截图

所有回复 (1)

more options

Hi foxxholsters, it sounds as though that is your site. Is it your cart so you can control the CSS rules used in the page, or is it a third party cart where you would need to get support from them to change it?

There are a lot of situations in which Firefox's layout code works properly for the screen but incorrectly for print. Often this involves sections of the page that Firefox won't paginate, so it prints as much as will fit as the rest runs off the bottom. Usually the culprit is a style rule, such as display:inline-block, display:inline-table, or display:flex on a large content element, or certain overflow/height rules.

It's difficult to advise in the abstract. Are there any public-facing pages that show the same problem which you could link to?