How would I force a Report to be printed always in
a landscape format.
The following code, did not work.
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<style>
@media print{
BODY {
Size: landscape;
}
}
</style>
</HEAD>
<BODY>
hi
</BODY>
</HTML>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

