instead of using CSS why don't you use the value of a field to display that part or not, you could for example remove the right column (if it has one) if print=Y, only pass the "print" variable to the page if printing, otherwise use <cfparm> to set it to "N", that way you (1) don't have to redesign the page and (2) use the same page for printing or displaying based on what the user wants.
IMHO -----Original Message----- From: Carlisle, Eric [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 2:08 PM To: CF-Talk Subject: RE: Print Friendly Web Site Interesting suggestion. Since the site has already been released, I don't want to pull it up by the roots too much. I've considered a few things like using CSS to make cetain parts visible on the screen and invisible on the printer (leaving more space for content). That doesn't work for netscape. Same case for using a meta tag to point to a print version. BTW, I'm sorry I forgot to put "OT" on the subject line. :/ Thanks for the help :) EC -----Original Message----- From: John B. White [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 2:03 PM To: CF-Talk Subject: Re: Print Friendly Web Site One nice thing about frames is that they allow the user to print out the content of interest. Maybe on the main page you just use frames for items that would print... --JW "Carlisle, Eric" wrote: > > I'm working with a Web site obtimized for 800x600 displays. As it stands, > pages are horizontally cropping on a printout. This has concerned one of my > managers. I'm not too bothered because pages that are more likely to > printed (press releases, for instance) have seperate "print friendly" > versions (stripping out logos, navigation, etc...). Who really prints the > homepage of a Web site? :) > > Is it a bad thing to have printouts crop like that? Should good designs > accomodate printers? > > Eric Carlisle > Web Site Developer > Progress Energy IT Systems Delivery > E-mail: [EMAIL PROTECTED] > Phone: (919) 546-4739 > ______________________________________________________________________ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

