Just a guess but if my_app is the root, then try just /images/last.jpg ? In other words... You are pointing to: http://mysite.com/my_app/images/last.jpg
and maybe it is: http://mysite.com/images/last.jpg Just a thought. ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -----Original Message----- From: Tom McNeer [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 2:34 PM To: CF-Talk Subject: Re: Why images en Tutorial does not show in my page as I learn? Since you've tried a root-relative path: On 6/20/07, Luis Octavio Galdames Hidalgo <[EMAIL PROTECTED]> wrote: > > <img src="/my_app/images/last.jpg"> ..... it just means your image is not where you're pointing. Have you checked to see that the image actually exists in the path you've specified -- in this case at (your_web_root)/my_app/images/last.jpg ? -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281713 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

