Print in Landscape format
Hello Friends,
I want to print in Landscape format. And here is my code below
.landScape
{
width: 100%;
height: 100%;
margin: 0% 0% 0% 0%;
filter: progid:DXImageTransform.Microsoft.BasicImage(Rotat ion=3);
}
<div class="landScape">
........
</div>
but not working
|