Without looking at the tutorial code.

You may want to look and see what document is calling the images.  
Images are relative to the document.  Ie if I cfinclude a document from 
/includes which is on the same level as the /images directory and i call 
images/image.gif then the web browser is going to try to find the image 
in /includes/images/image.gif.  You may want to change the image src to 
/images/image.gif instead of images/image.gif.  This will tell the 
browser to look for the /images directory in the root of the application.

Just a thought :)

Steve Good
[EMAIL PROTECTED]
Portal Hosting
http://www.lanctr.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
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:281637
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to