HighDots Forums  

Landscape printing

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Landscape printing in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Chris Beall
 
Posts: n/a

Default Landscape printing - 09-15-2004 , 09:37 PM






I have a table (yes, it's a REAL table...) that is quite wide.
Even with a small font selected, it won't fit on a portrait mode letter
page. Rather than leave the user to figure out how to print it in
landscape mode, I'd like to do that for him, so when the UA Print
function is invoked, the page is automatically printed in landscape mode.

I tried adding:
@media print {
@page {size: landscape}
}

to my style, which had no effect at all in IE 5.5 and NN 7.1. Is that
because:
1. I've misinterpreted what this CSS styling really does.
2. I've coded it incorrectly.
3. These browsers don't support this CSS function.
4. Other.
?

Thanks,
Chris Beall


Reply With Quote
  #2  
Old   
Mikko Rantalainen
 
Posts: n/a

Default Re: Landscape printing - 09-16-2004 , 09:06 AM






Chris Beall / 2004-09-16 05:37:

Quote:
I tried adding:
@media print {
@page {size: landscape}
}

to my style, which had no effect at all in IE 5.5 and NN 7.1. Is that
because:
1. I've misinterpreted what this CSS styling really does.
2. I've coded it incorrectly.
3. These browsers don't support this CSS function.
4. Other.
3. These browsers don't support this CSS function.

Opera seems to be the only browser with any level of support for
printing features.

--
Mikko


Reply With Quote
  #3  
Old   
Chris Beall
 
Posts: n/a

Default Re: Landscape printing - 09-16-2004 , 12:49 PM



Mikko Rantalainen wrote:
Quote:
Chris Beall / 2004-09-16 05:37:

I tried adding:
@media print {
@page {size: landscape}
}
3. These browsers don't support this CSS function.

Opera seems to be the only browser with any level of support for
printing features.
Mikko,

Thanks, I'll leave it there for future use, but won't expect any current
results.

Chris Beall



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.