I've had the same problem in the past.  Instead of using a <link> to load the 
stylesheet, try this in the <head> section of your page:

<head>

<style>
<cfinclude template="/path-to-your-css/your-css-file.css">
</style>

This will embed the external stylesheet into your page.

HTH,
Carl

> Hi All -
> 
> I am trying to export some data to excel, and the CSS styles do not 
> seem to be working. It works fine when I use inline style attribute, 
> but when I use class attributes and link to the external stylesheet, 
> it does not seem to be working. I am using MS Office 2003. Did anyone 
> face similar kind of problem?
> 
> Thanks 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336605
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to