It seems that if the link to the style sheet is in the savecontent tag as
bellow it works.


<html>
<head>
 <title></title>

</head>

<body>

<cfform name="Print" action="">
<cfsavecontent variable = "variables.test">
*<link rel="stylesheet" href="print_styles.css" type="text/css">*
<table cellspacing="0" cellpadding="0" border="1" width="500">
 <tr class="tdRight" height="25">
  <cfoutput>
     <td colspan="5" class="tdRight">Label Right&nbsp;&nbsp;&nbsp;</td>
     <td>100.00&nbsp;</td>
  </cfoutput>
 </tr>
</table>
</cfsavecontent>
 <cfdocument format="pdf">
  <cfoutput>#variables.test#</cfoutput>
 </cfdocument>
</cfform>
</body>
</html>



Thank you all

Victor


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240637
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to