Hello,
We need to print a power portal web page in landscape layout automatically. I am using the below CSS but for some reasons the page is not by set to Landscape layout when clicking ctrl+P. Please suggest.
@media print {
@page {
size: landscape !important;
}
}
