I have created a certificate that when the user hits print it needs to print in landscape. This option works great is chrome but not in firefox or IE
<style type="text/css" media="print">
@page { size: landscape; }
</style>
Does anyone know of any options?