Have you tried a simpler relative url instead of a full one? Chris
-----Original Message----- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 27, 2007 11:19 AM To: CF-Talk Subject: RE: CFDocument image issue I'm not using <tbody> or any odd tags. All I'm using is <table><tr><th><td> and the respective closing tags. My image call is using a full url. Here's info if you guys wanna test: http://www.smafl.com/admin/schedule.cfm?teamid=26 (this is the page generating the pdf) The image reference is to http://www.smafl.com/images/SMAFLLogo.gif Here's my code to generate the page (with the appropriate queries outside the <cfdocument> <cfdocument format="pdf"> <img src="http://www.smafl.com/images/SMAFLLogo.gif" width="450" height="100" /><br /> <cfoutput> <h1>#getmiscInfo.seasonName#</h1> <h2>#getMiscInfo.teamName#</h2> </cfoutput> <table border="0" cellpadding="2" cellspacing="1" width="700"> <tr> <th>Date</th> <th>Time</th> <th>Field</th> <th>Home</th> <th>Visitor</th> <th>Result</th> </tr> <cfoutput query="getTeamSchedule"> <tr class="<cfif gameDateTime gt now()>tablerowactive<cfelse>tablerowinactive</cfif>"> <td>#dateFormat(gameDateTime,"mmm d")#</td> <td>#timeFormat(gameDatetime,"h:mm")#<cfif gameDoubleHeader eq 1> & #timeFormat(dateAdd("h",1,gameDatetime),"h:mm")#</cfif></td> <td>#gameLocation#</td> <td <cfif homeTeamID eq teamID>style="font-weight: bold;"</cfif>>#homeTeamName#</td> <td <cfif visitorTeamID eq teamID>style="font-weight: bold;"</cfif>>#visitorTeamName#</td> <td> </td> </tr> </cfoutput> </table> </cfdocument> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273863 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4