Thanks Pat, I didn't even think of trying that.
On 8/9/05, Pat Branley <[EMAIL PROTECTED]> wrote: > Hi Melissa > > give using a full URL instead of a relative one a go. > > ie. <img src="images/reportlogo.jpg" > > to > > <img src="http://www.ebisprint.com/images/reportlogo.jpg" > > Cheers > > Pat > > > > > Melissa wrote: > > Hi, > > > > I may be missing something really obvious here, but I can't get a word > > document created using cfheader & cfcontent to include an image. > > > > My current code is something like: > > > > <cfheader name="Content-Disposition" value="attachment; > > filename=Report.doc"> > > <cfcontent type="application/msword"> > > > > <html> > > <head> > > <title>Inventory Status Report</title> > > </head> > > <body> > > <img src="images/reportlogo.jpg" > > style="float:right;margin-left:20px;margin-bottom:10px;padding:0px;"> > > <font face="Verdana, Arial, Helvetica, sans-serif" style="font-size:10pt;"> > > <p>Company Name<br> > > Company ABN</p> > > </body> > > </html> > > > > > > this looks great in html (leaving off the cfcontent & header). It also > > displays fine as a word document but minus the image. > > > > I'm also using coldfusion 6.1 (if it makes any difference) > > > > > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ > --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
