Jul 9, 2004 #1 selavarti Programmer Joined Feb 24, 2004 Messages 33 Location US Hi, Can any one please tell me how to set up a webpage in CSS so when given print command it prints in Legal size paper and in Lanscape. Thanks in advance
Hi, Can any one please tell me how to set up a webpage in CSS so when given print command it prints in Legal size paper and in Lanscape. Thanks in advance
Jul 9, 2004 #2 vongrunt Programmer Joined Mar 8, 2004 Messages 4,863 Location HR You can try @page { size: landscape; } but I'm pretty sure it is not widely supported so far. Upvote 0 Downvote