Printing page looks messed up

Discussion in 'Graphics & Multimedia' started by login, Sep 18, 2007.

  1. #1
    I have a site that I want to print out. The problem is that when I print the page it looks all messed up. Why is it like this and what can I do about it?
     
    login, Sep 18, 2007 IP
  2. Mooseman

    Mooseman Peon

    Messages:
    453
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What exactly is messed up with it? Remember you have to have the right resolution and colors and all if you wanna print something.
     
    Mooseman, Sep 18, 2007 IP
  3. login

    login Notable Member

    Messages:
    8,849
    Likes Received:
    349
    Best Answers:
    0
    Trophy Points:
    280
    #3
    Hmm, is it possible at all to use the print function in IE and get a print that looks exactly like on the monitor?
     
    login, Sep 18, 2007 IP
  4. forumrating

    forumrating Notable Member

    Messages:
    6,565
    Likes Received:
    347
    Best Answers:
    0
    Trophy Points:
    275
    #4
    take screenshot and give it a print to image file.
     
    forumrating, Sep 18, 2007 IP
    login likes this.
  5. login

    login Notable Member

    Messages:
    8,849
    Likes Received:
    349
    Best Answers:
    0
    Trophy Points:
    280
    #5
    Thanks, but its for a client that would like to just print the page.
     
    login, Sep 18, 2007 IP
  6. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #6
    If you're using CSS, many people generally have an import@print css file/stylesheet.

    They usually use pixels for heights and widths, not percents, and the fonts are generally in pt which is perfect for print font sizes.

    Stuff that floats or is relatively positioned can looks real funny to a printer.

    Take a simple (a fairly simple page, anyway) and try to make a for-print-only css stylesheet.

    Unfortunately, I have no clue how to tell the printer to use the @print stylesheet; I only know that people use them... especially bank and e-commerce sites where they want the client to print out their orders/bank statements.

    I guess you could have a clickie link to a completely seperate page called "Click here to print" where there's the printer-friendly stylesheet then clients click an additional "Print" button, but I'm sure there's an easier way.
     
    Stomme poes, Sep 19, 2007 IP