View Single Post
  #2 (permalink)  
Old 11-12-2007, 02:08 AM
LeadMagnet's Avatar
LeadMagnet LeadMagnet is online now
Mr. Tambourine Man
 
Join Date: Jun 2007
Location: Ireland
Gender: Male
Posts: 1,564
Default

You can add a separate stylesheet for when a user prints your page and design that to look best as a landscape print. Like this:
HTML Code:
<link rel="stylesheet" type="text/css" href="printstyles.css" media="print">
You can't force the page to print out in landscape though to my knowledge. It's the user's choice how they want a page printed.
I personally wouldn't want any website having any control over my printer settings.
__________________
Subtlety is my middle name... and first and last in case you didn't get the point.
Reply With Quote