Since it is going to be embedded in a PDF anway, you could just
cfinclude it, right?

On 8/7/07, Troy Montour <[EMAIL PROTECTED]> wrote:
> 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
>
>
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

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

Reply via email to