Click on "Print Preview" in your browser and make sure your site look reasonable. If it is, it's a printer settings, and not much you can do about it. If it doesn't look well on the preview, you can set a printing-specific CSS and correct it by reducing margins, or changing colors (for example, you may have a large element with background-image that will take space but will not be printed).
发布评论
评论(1)
单击浏览器中的“打印预览”并确保您的网站看起来合理。如果是,则这是打印机设置的问题,您对此无能为力。如果预览效果不太好,您可以设置打印特定的 CSS 并通过减少边距或更改颜色来纠正它(例如,您可能有一个带有
background-image
的大元素,它会占用空间但不会被打印)。Click on "Print Preview" in your browser and make sure your site look reasonable. If it is, it's a printer settings, and not much you can do about it. If it doesn't look well on the preview, you can set a printing-specific CSS and correct it by reducing margins, or changing colors (for example, you may have a large element with
background-image
that will take space but will not be printed).