It was my understanding that @page is not supported by Mozilla. I wish browsers had better support for setting print options using JavaScript. It seems like programmers are essentially relegated to showing a prompt of instructions for the user (to manually set print options), prior to printing the page (or report).
Nathan Andelin > You can do this with a Style Sheet: > > http://www.webdeveloper.com/forum/archive/index.php/t-5371.html > > <style type="text/css"> > <!-- > @page { size: landscape; } > --> > </style> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Easy400Group/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
