The easiest way for most web pages is to create an alternate print CSS stylesheet.
Look at your web page, and figure out what elements should not be included on a printed version of the page. Look at what elements should be included on the print version of some pages, and not the print version of others. For example, on some of my sites, I get rid of the topnavbar, lefnavbar, right ad column and all banner ads from the print version, and add the username of the person printing to the page. I also add a "from www.website.com" line at the bottom of the page. I include a separate print stylesheet that sets all of these objects display properties, lower than the screen stylesheets. (and in some cases, change the width property of items). <link href="/images/styles/print.css" rel="stylesheet" type="text/css" media="print"> Does this make any sense, or help at all? On 5/19/06, Raven Technology <[EMAIL PROTECTED]> wrote: > Can anyone assist in how to offer the user to "print a friendly version" of a > web page? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240973 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

