Back Home

Open Designs

Community. Driven.

    • CommentAuthorwfiedler
    • CommentTimeApr 28th 2007 edited by wfiedler on the 28th April 2007 at 08:49:03 EDT
     
    Does anybody knows a simple PHP script for to print out the content of a website (without header, left bar, right bar, footer)?

    Of course you can do it with CSS i.e.:
    <link href="print.css" rel="stylesheet" type="text/css" media="print" />
    But I want a more elegant solution.

    Thanks in advance for your help!
  1.  
    I'd have to say that the most elegant solution is a print style sheet. It allows the page to print properly WITHOUT clicking a print link or changing the page in any way.