CFPresentation Tag Generating PPT PowerPoint
Hi,
I'm using the CFPresentation tag to generate a powerpoint file, and things are working quite well.
Except - that is - for images. I'm trying to do something basic like:
<cfpresentation title="Powerpoint Export" overwrite="yes" destination="export/myppt.ppt" format="ppt">
<cfpresenter name="Charlie" title="Software Engineer" email="me@someplace.com">
<cfpresentationslide title="my slide title">
<p>here is an image</p>
<img src="../images/myimage.jpg" alt="placeholder text" />
</cfpresentationslide>
</cfpresentation>
But the image doesn't make it to the output ppt file. I have it looping over some results from a database, and it properly makes a slide for each result, and all of the plain text gets in just fine, which is great.
I've looked around at the various resources I could locate for this tag and the support that it has for ppt generation, and haven't yet uncovered anything to shed light on my rather basic problem, so felt I'd post and ask for help.
Thank you to anyone who can point me towards some greater understanding of this very useful tag!
Charlie
