Print a HTML page in landscape mode?
- by yoz1k
Is it possible to print a simple page in landscape mode? (without the need for the user to go to printer settings?)
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<style type="text/css" media="print"/>
@page {
size: landscape;
…