Posts by Igor Martins • 11 points
1 post
-
1
votes3
answers779
viewsA: Print page with Background
In addition to the css you already have, add the following: @media print { body { content: url('../images/cancelado.png'); } }
1 post
1
votes3
answers779
viewsIn addition to the css you already have, add the following: @media print { body { content: url('../images/cancelado.png'); } }