I am trying to set up order printer and got most of it to work, including showing a background image.
However, when trying to print multiple orders, the background only shows up on the first page and not the rest.
What is the best practice to set the background image? This is the code I currently use:
.print_body {
font-size: 13px;
background-image: url('IMAGE');
background-repeat: no-repeat;
background-attachment: fixed;
background-position:0px 0px;
height: 1046px;
widht: 742px;
background-size: 742px 1046px;
font-family: arial rounded mt bold;
color:#00000;
font-weight: 300;
}