Use an absolute reference to the images. <img src="/images/logo.gif"> - tells it to go to root, then images folder Vs <img src="images/logo.gif"> - tells it to go to images folder relative to where you are.
Joshua Cyr Savvy Software 866.870.6358 www.besavvy.com -----Original Message----- From: Steve LaBadie [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 13, 2006 2:23 PM To: CF-Talk Subject: cfinclude Question I am using the cfinclude for header and footer. The images for these are in the images folder. For some reason the images are not being seen. What can I do to avoid putting include folders in every directory? Sample structure of root wwwroot/ aboutus index.cfm admissions index.cfm images includes footer.cfm etc...... Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> http://www.esu.edu <http://www3.esu.edu> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263967 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

