Reputation: 4382
I want to make my website properly printable. The body
of the HTML document has a background color other than white.
body {
background-color: #F8F6F6;
}
The problem is that some parts of the background of the printed page (the margins and the part after the document end) are white as shown below:
How can I change the color of these areas?
#F8F6F6
, not the opposite.
Upvotes: 0
Views: 1287