You can set the print margin (and landscape orientation) with CSS like: @media print { @page { size: letter landscape; margin: 4.0cm; } }.
確定! 回上一頁