Printing label zebra size 25x50
custom text + Image + Description size of 20x50
Css Size Of Custome DI play will work on chrome Browser can print by php or html
<style type="text/css">
<!--
@media print
{
.noprint {display:none;}
}
@media screen
{
...
}
-->
</style>
</style>
<style>
body {
width: fit-content;
margin: 1px;
}
.label{
width: 49MM;
height: 24MM;
padding: 0PX;
margin-right: 1px;
margin-left: 0px;
float: left;
text-align: center;
outline: 1px dotted;
font-weight: 900;
margin-top: 3px;
}
img {
width: 75%;
height: 30%;
}
@media print {
@page {
width: 75%;
height: 24MM;
margin-right: 0px;
margin-left: 0px;
}
img {
width: 75%;
height: 35%;
}
.page-break {
margin: 1px;
padding: 1px;
clear: left;
display:block;
page-break-after:always;
}
</style>
Comments
Post a Comment