Using the <style> tags isn't working either. If I comment out the <cfdocument and <cfdocumentsection then the formatting works. If I uncomment those lines, it doesn't work.
I uploaded my code to here.. http://snipt.org/Jyh You can see all the places I tried the <link rel=... and the <style> tags. Maybe you can see something I don't.. This is ColdFusion 7.02 on a Windows 2000 server Thanks! On Wed, Apr 7, 2010 at 8:33 AM, DURETTE, STEVEN J (ATTASIAIT) <[email protected]> wrote: > > 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:332696 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

