Print in IE6 mixed results, help please!

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jen6575@gmail.com

    Print in IE6 mixed results, help please!

    Hello,

    I have a client who wants their website to print exactly as it looks
    on the screen. Yes, exactly. No hiding anything. In IE6, some pages
    print perfectly fine, some print fine but also churn out some blank
    pages, and some print nothing at all. We're trying to find the
    commonalities among the 3 groups, but there are none, it's totally
    random.

    On some pages that don't print, merely deleting a paragraph of content
    causes the page to print beautifully. The paragraph deleted does not
    matter, just deleting any bit of content (a paragraph, a list, etc)
    fixes the problem.

    Because the design is wide, content gets cut off, but the real issue
    is the blank pages.

    Has anyone seen this? I have recommended to the client to hide
    navigation and other non-essential items, but they don't want anything
    hidden, so that's not a suggestion I can use, unfortunately.

    TIA,
    carrera

  • Brendan Gillatt

    #2
    Re: Print in IE6 mixed results, help please!

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    jen6575@gmail.c om wrote:
    Hello,
    >
    I have a client who wants their website to print exactly as it looks
    on the screen. Yes, exactly. No hiding anything. In IE6, some pages
    print perfectly fine, some print fine but also churn out some blank
    pages, and some print nothing at all. We're trying to find the
    commonalities among the 3 groups, but there are none, it's totally
    random.
    >
    On some pages that don't print, merely deleting a paragraph of content
    causes the page to print beautifully. The paragraph deleted does not
    matter, just deleting any bit of content (a paragraph, a list, etc)
    fixes the problem.
    >
    Because the design is wide, content gets cut off, but the real issue
    is the blank pages.
    >
    Has anyone seen this? I have recommended to the client to hide
    navigation and other non-essential items, but they don't want anything
    hidden, so that's not a suggestion I can use, unfortunately.
    Tell them they aren't the expert then! What use is a navigation menu when
    printed out?

    I expect you can hack a fix to the pages to make them more static using the
    @media print
    statement in CSS. Check http://www.w3.org/TR/REC-CSS2/media.html for more
    information.


    - --
    Brendan Gillatt
    brendan {at} brendangillatt {dot} co {dot} uk

    PGP Key: http://pgp.mit.edu:11371/pks/lookup?...rch=0xBACD7433
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.4.3 (MingW32)

    iD8DBQFHHk5PkA9 dCbrNdDMRAkDmAJ 9SuADteHY3KAOs1 r7aI820Gd98IQCg 3Aor
    dfQx/E6kFnOINUpzEguU 7wg=
    =kf+Q
    -----END PGP SIGNATURE-----

    Comment

    • Bergamot

      #3
      Re: Print in IE6 mixed results, help please!

      jen6575@gmail.c om wrote:
      >
      I have a client who wants their website to print exactly as it looks
      on the screen.
      Tell them they can want world peace, too, but that doesn't mean they'll
      get it. Show them how to do a Print Screen. Then use a sensible print
      stylesheet that their *users* would appreciate.
      In IE6, some pages
      print perfectly fine, some print fine but also churn out some blank
      pages, and some print nothing at all.
      There are several reasons why IE might do these things, but it's
      impossible to say what without seeing a URL.
      Because the design is wide, content gets cut off, but the real issue
      is the blank pages.
      The 2 could very well be related. Post a URL.

      --
      Berg

      Comment

      Working...