In some cases, my clients don't do very CSS friendly designs, so my 
alternative is to create an alternative wrapping template.

Most of my code uses <cfinclude> to include the top and bottom parts of 
the HTML that includes all the headers, navigation, css, etc).  So I 
just create an alternative, and call the pages with something like 
"&printerFriendly=1" and deal with it that way using

<cfif isDefined("url.printerFriendly")> ...

For the CSS friendly designs it's a lot easier =)

Rick

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240978
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to