Results 1 to 6 of 6

Thread: How to print a webpage in landscape mode?

  1. #1
    Join Date
    Apr 2008
    Posts
    51

    How to print a webpage in landscape mode?

    Hi,

    I want to know that how can I print a webpage in landscape mode?
    Is printing a html webpage in landscape mode possible? Dose Css make any problem? Please help me.


    Thanks in advance.

  2. #2
    Join Date
    May 2008
    Posts
    37

    Re: How to print a webpage in landscape mode?

    Hello my friend! Here you go.
    Try this out:

    1. First open the page you want to print. Now Click File.
    2. Select page setup
    3. Make the changes as per your requirements.
    4. Select Sections orientation as Landscape Orientation
    5. Now click ok to apply page settings.
    6. Print the html webpage in landscape mode now.

  3. #3
    Join Date
    Oct 2008
    Posts
    79

    Re: How to print a webpage in landscape mode?

    Web page does not print when you change from landscape orientation to portrait orientation
    You have a Web page that contains nested tables and that is linked to a cascading style sheet (a .css file). When you first print the Web page from Internet Explorer by using landscape orientation, and then you try to print the Web page by using portrait orientation, the page may not print.
    FIX

    I hope this helps you.

  4. #4
    Join Date
    Apr 2008
    Posts
    46

    Re: How to print a webpage in landscape mode?

    Hello friend.
    You need to select print mode if you want to tell system your mode of print.
    If you are using javascript window.print() method It will only tell the operating system to print a window but on the dialog box you have to mention the mode of printing.

    I hope this was helpful.

  5. #5
    Join Date
    May 2008
    Posts
    43

    Re: How to print a webpage in landscape mode?

    For Opera: try using the CSS print media type with an @page rule:

    Code:
       
    <style type="text/css" media="print">
    @page land {size: landscape;}
    body {page: land;}
    </style>

  6. #6
    tranquil1ty Guest

    Re: How to print a webpage in landscape mode?

    interesting post..thnx....Gian

Similar Threads

  1. How to set Landscape Keyboard mode only in iPhone 4
    By Micro-Dona in forum Portable Devices
    Replies: 2
    Last Post: 24-05-2012, 06:41 PM
  2. How to print what i like on the Webpage?
    By Sheena_thakkar in forum Technology & Internet
    Replies: 5
    Last Post: 05-02-2010, 01:44 PM
  3. Dompdf and landscape mode
    By Baazigar in forum Windows Software
    Replies: 3
    Last Post: 22-10-2009, 11:20 PM
  4. Replies: 3
    Last Post: 05-06-2009, 04:52 PM
  5. How to print HTML pages in landscape mode
    By $tatic in forum Software Development
    Replies: 3
    Last Post: 19-05-2009, 11:11 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,288,880.00440 seconds with 17 queries