landscape orientation

G

Guest

Hi,


I use the @page {size:8.5in 11in landscape; margin: 1in} style to make the
page will be printed in landscape orientation. It doesn't work, please help
----------------------------

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>CSS style sheet</title>

<style type="text/css" media="print">
@page {size:8.5in 11in landscape; margin: 1in}

</style>
</head>

Thanks
Chi
 
R

Ronx

@page {size: landscape;} is valid CSS2. Unfortunately, there are very
few browsers (if any) that support it.
@page {size: has been omitted from the CSS2.1 specification due to lack
of browser support. The only way to reliably make a browser print in
landscape is to manually change the browser print settings - this cannot
be done from a web page.
 
G

Guest

Thanks Ron

Ronx said:
@page {size: landscape;} is valid CSS2. Unfortunately, there are very
few browsers (if any) that support it.
@page {size: has been omitted from the CSS2.1 specification due to lack
of browser support. The only way to reliably make a browser print in
landscape is to manually change the browser print settings - this cannot
be done from a web page.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top