Answer the question
In order to leave comments, you need to log in
How to test the printable version of a page?
Attached a file with print styles to the page
<link href="css/print.css" rel="stylesheet" media="print">
Answer the question
In order to leave comments, you need to log in
1. Pictures are not visible
@media print {
* {
background-image: none !important;
}
}
/* Пример: принтеры и экраны >= 1024px */
@media print, (min-width: 1024px) {
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question