If it happens to be a fusebox app, it's always relative to the root
regardless of where the template lives in the hierarchy..

-- 
Scott Stewart
ColdFusion Developer
 
SSTWebworks
7241 Jillspring Ct.
Springfield, Va. 22152
(703) 220-2835
 
http://www.sstwebworks.com

-----Original Message-----
From: Steve Good [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 20, 2007 12:49 PM
To: CF-Talk
Subject: Re: Why images en Tutorial does not show in my page as I learn?

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?
>
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281644
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