Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PRINT LANDSCAPE WITH CSS PROBLEM

Status
Not open for further replies.

katun

Programmer
Nov 2, 1999
19
0
0
US
I am trying to set the page to print in landscape using CSS. Why does this code not work.

Bill Guttman
Great HTML Links - Great JavaScript

<html>
<head>
<title>Untitled</title>
<style media=&quot;print&quot; type=&quot;text/css&quot;>
@page aaa {size: landscape;}
</STYLE>
</head>

<body>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxnyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyzzzzzzzzzzzzzzzzzzzzzzz
</body>
</html>
 
I tried doing similar in IE5 when working on printing for an intranet application. The facility doesn't work due to a problem in IE5's print engine. There is an explanation on Microsoft's site but I don't have the reference to hand.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top