Hi Steve, thanks for your reply. Let mi explain a little more... ColdFusion is installed in C:\CFusionMX7 The Tutorial point to work in C:\CFusionMX7\wwwroot\cfdocs\getting_started so this is the LocalHost and LocalTestServer. Also the Tutorial instruct to create the pages in the directory my_app So my page is stored in C:\CFusionMX7\wwwroot\cfdocs\getting_started\my_app\tripdetail.cfm Now, within the directory my_app is a subdirectory images and there is stored the one I want to show in my page. So, C:\CFusionMX7\wwwroot\cfdocs\getting_started\my_app\images\last.gif exist and is there because I see it with the Windows Explorer. Following your suggestion, I tried the following lines in my page: <img src="http://localhost/my_app/images/last.gif"> <img src="/my_app/images/last.gif"> <img src="/images/last.gif"> <img src="images/last.gif"> <img src="C:\CFusionMX7\wwwroot\cfdocs\getting_started\my_app\images\last.gif"> And the only one that works is the last one... but I can not use that address because when I upload the pages to the server, I won't work. So I still in problem. The strange thing is that I was developing a system starting in the BookStore Tutorial and I converted it completely to suit my needs and I got it right with no problem, but I got stocked when I realized that my knowledge of the commands and functions of CF was almost null, so took the Studying route and arrived to the Compass Travel Tutorial that is giving me this head heck. Thank you for your patient. By the way, my native language is Spanish. Hugs. Luis Galdames
-----Mensaje original----- De: Cutter (CFRelated) [mailto:[EMAIL PROTECTED] Enviado el: MiƩrcoles, 20 de Junio de 2007 13:02 Para: CF-Talk Asunto: Re: How images appear in the page? Luis, is '/myapp' a CF mapping? That wouldn't work in this context. Your issue is that the path, within your image 'src' attribute, is incorrect. Right click on the box and select the 'properties' option, to see what is the path is being evaluated as by your browser. You then can adjust your path accordingly. Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _____________________________ http://blog.cutterscrossing.com Luis Octavio Galdames Hidalgo wrote: > I am learning to program CFML following the Compass Travel example. > I am following the lessons pretty well, obtaining the expected results, but... > The lessons show a page with images for bottons, located in /my_app/images/last.jpg > I used <img src="images/last.jpg"> and also > <img src="/my_app/images/last.jpg"> but my page only shows the square where the image should be... Am I missign some configuration? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:281824 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

