If you used fusebox it would be easy. One of the variables that is stored in the core gets the path.
A friend of mine sets the path at the top of each page as a CFPARAM such as <CFPARAM PathToImages = "../../"> This can be quite tedious though and I wouldn't recommend it as an ideal solution -----Original Message----- From: Jolly Green Giant [mailto:[EMAIL PROTECTED] Sent: 24 October 2003 20:43 To: [EMAIL PROTECTED] Hi All, I have an image I want to put in various places on my website. Well it's actually a spliced up image held together by a table. I want to avoid using absolute paths. What do you guys do for this situation? I could make a tag that counts how many directories there are back to the main one and then prepends each image source declaration with the appropriate number of "../". Anyone got any brighter ideas? Thanks for any help! JGG -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
