I've never been able to get the "link" tag to work with cfdocument.
Try this: <style type="text/css" media="print"> <cfinclude template="print.css" /> </style> -----Original Message----- From: Greg Morphis [mailto:[email protected]] Sent: Tuesday, April 06, 2010 6:20 PM To: cf-talk Subject: Re: SOT: external css not displaying No because it's on an intranet, company info.. but here's the relevant code: <cfdocument format="pdf" overwrite="yes"> <cfdocumentsection> <link rel="stylesheet" href="print.css" type="text/css" media="print" /> On Tue, Apr 6, 2010 at 12:03 PM, Alan Rother <[email protected]> wrote: > > Any chance you could share the URL so we can look at it? > > =] > > -- > Alan Rother > Adobe Certified Advanced ColdFusion MX 7 Developer > Manager, Phoenix Cold Fusion User Group, AZCFUG.org > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332695 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

