We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

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.
Foto të bashkëngjitura ekrani

Krejt Përgjigjet (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?