printing: landscape instead of portrait

Ask a Question related to PERL Beginners, Design and Development.

  1. #1

    Default printing: landscape instead of portrait

    I'm using MIME::Lite to send a wide email, which is formatted as HTML (could be formatted as text if needed, or as an attachment). How do I control the printing to orient the email to an 11 X 8 1/2 (landscape/horizontal) style instead of 8 1/2 X 11 (portrait/vertical)?


    ---------------------------------
    Do you Yahoo!?
    Exclusive Video Premiere - Britney Spears
    Gregg O'Donnell Guest

  2. Similar Questions and Discussions

    1. using Master pages with landscape & portrait orientations
      I am writing a catalogue that is using indexing. I wish to set some pages landscapre and some portrait. My Master page is in Portrait. How do you...
    2. Ill CS always opens landscape PDF in portrait; need landscape
      Here's the scenario: Take a PowerPoint slide and make a PDF, such that the PDF when viewed in Acrobat, appears landscape on screen. Then, open a page...
    3. landscape in portrait question
      How can I insert a landscape page in a portrait PDF file?
    4. Portrait/Landscape
      Does anyone know how to control portrait/landscape when you move a database to a new computer. It seems that these page setup settings are not...
    5. Landscape form always opens as portrait
      I have developed a form that the page setup is saved as landscape. If I don't open up the page setup and look at the page setup--which is correct,...
  3. #2

    Default Re: printing: landscape instead of portrait

    --On Friday, October 31, 2003 9:24 AM -0800 Gregg O'Donnell
    <gpod363@yahoo.com> wrote:
    > I'm using MIME::Lite to send a wide email, which is formatted as
    > HTML (could be formatted as text if needed, or as an attachment).
    > How do I control the printing to orient the email to an 11 X 8 1/2
    > (landscape/horizontal) style instead of 8 1/2 X 11
    > (portrait/vertical)?
    In theory you could use CSS to format the HTML to be oriented to the
    landscape mode, but I don't know of any mail readers (or browsers for
    that matter) that would support it.

    Short answer: you don't. The user controls how an email/web page is
    printed.

    If it really needs to be landscape when printed then the layout of
    the rest is likely important too. For exact layouts like that I
    would use PDF. HTML can come close, and is better in most cases, but
    if you need to specify how it prints exactly nothing matches PDF.

    Daniel T. Staal

    ---------------------------------------------------------------
    This email copyright the author. Unless otherwise noted, you
    are expressly allowed to retransmit, quote, or otherwise use
    the contents for non-commercial purposes. This copyright will
    expire 5 years after the author's death, or in 30 years,
    whichever is longer, unless such a period is in excess of
    local copyright law.
    ---------------------------------------------------------------
    Daniel Staal Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139