So, all I do is surround the text portion of the document with the CFDOCUMENT tag and then create a link using CFHTTP?
Steve LaBadie Raven Technology http://www.ravenpcs.com [EMAIL PROTECTED] ----- Original Message ----- From: "Brian Kotek" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Friday, May 19, 2006 10:49 AM Subject: Re: Print Friendly Version >I was going to recommend the same thing, this is very easy to do. You can > just write a style sheet that hides the unnecessary parts of the page > (header graphics, sidebar, etc.). > > On 5/19/06, Jerry Johnson <[EMAIL PROTECTED]> wrote: >> >> 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:240976 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

