Ray,
nope didn't work its basically is acting as if it doesn't want to load the css 
file during creation.

heres what I tried
<cfoutput>
<cfdocument
    format="pdf"
    filename='c:\inetpub\wwwroot\dds\Troys\test.pdf'
    pagetype = "letter"
    overwrite="yes">
html
head
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /
titleUntitled Document/title
style type="text/css"
    @import url("./dds/css/metrics2.css");
/style
/head

body
table class="ReportTable2"
    tr
        td class="ReportHeaderCell2" Test /td
    /tr
/table
/body
/html

/cfdocument
/cfoutput

Thank You
Troy Montour 





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285591
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to