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/

Reply via email to