And actually make the path absolute to the app root:

<img src="/images/site/logo_print.png" alt="#siteName#" name="logo"/>


On 9/12/12 2:16 PM, Russ Michaels wrote:
> you should reference the image locally, e.g.
>
> <image src="images/bird.jpg">
>
>
> On Wed, Sep 12, 2012 at 10:09 PM, Bruce Sorge <sor...@gmail.com> wrote:
>
>> So I have a page that every day queries a db for new voucher
>> registrations. I am using CFDOCUMENT to create a PDF for the voucher, then
>> CFMAIL to attach the voucher to an email. Problem is that I cannot get the
>> companies logo image to appear on the PDF. I am using the folllowing code:
>>
>> <cfoutput query="qGetUserEmail">
>> <cfdocument format="PDF" filename="Voucher.pdf" overwrite="Yes">
>>
>>      <table width="900" border="0" cellspacing="1" cellpadding="1">
>>        <tr>
>>          <td width="416" align="left" valign="bottom"><img src=
>> http://www.makeaherodonations.com/Images/Logo.png>"</td>
>> ...............
>>
>> </cfdocument>
>>
>> <cfmail blah blah blah
>>
>> blah blah blah
>>
>> </cfmail>
>> </cfoutput>
>>
>> I also tried expandpath but that did  not work either. Any suggestions?
>>
>> Bruce
>>
>>
>>
>>
> 

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

Reply via email to