Print Preview is a software function to display a document or page before it is produced in its final form - often a physically printed document.
Questions tagged [print-preview]
240 questions
787
votes
11 answers
Using Chrome's Element Inspector in Print Preview Mode?
I am working on developing a website and need to work on the print view. Typically when I have layout issues I use Chrome's Element Inspector. However this does not exist in print preview mode.
Is there a Chrome plugin or some other way to change…

David Stinemetze
- 8,830
- 3
- 21
- 34
299
votes
3 answers
CSS to set A4 paper size
I need simulate an A4 paper in web and allow to print this page as it is show on browser (Chrome, specifically). I set the element size to 21cm x 29.7cm, but when I send to print (or print preview) it clip my page.
See this Live example!
body {
…

David Rodrigues
- 12,041
- 16
- 62
- 90
26
votes
6 answers
div background color in print page doesn't work
I want use a div that has a background-color, but if I print the page it appears in white .
When I create a table using it also does not work.
How I can create a print page using css and html ?
My code :