I pasted in the example from the CF Documentation and added in my own jpg
image.
When I run the cfm file it shows ONLY the text "bird" with a red background
and no image.
When I comment out the cfdocument start and end tag the image appears.
I know it is something I have done wrong, but I do not know what.

I have used the: localUrl="yes" attribute too with the same results, no
image.
Terry

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
        <title>Untitled</title>
</head>
<body>
<cfdocument format="PDF">
<table bgcolor="red">
<tr>
<td>bird</td>
<td><image src="images/script1.jpg"></td>
</tr>
</table>
</cfdocument>
</body>
</html>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:340388
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to