Missing something, I reckon.
If i'm cfincluding a circuit app in a higher circuit app (or home app
depending on how you look at it), then using
<img src="images/localImage.jpg">
won't work.
If you call the circuit as a standalone, the path is correct, but when
cfincluded, it acts as one higher directory and can't find that image
folder. Tha bove code would have to change to this:
<img src = "product/images/localImage.jpg">
if you were calling the product app from a "wrapper" app, but could still be
the same code if calling as a standalone.
NAT
Namaste,
Nat Papovich
Webthugs Consulting
ICQ 32676414
> -----Original Message-----
> From: Hal Helms [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 14, 2000 9:24 AM
> To: Fusebox
> Subject: RE: the dot notation
>
>
> Nat,
>
> It seems to me you have two situations: one where the images are
> application-wide and the other where they are specific to a
> circuit app. The
> application-wide one I do with a request.images variable set
> to a specific
> directory. The "local" images are just in a directory beneath
> the circuit
> app, so calling them is like this:
>
> <img src = "images/localImage.jpg">
>
> I'm not sure what the problem is, or am I missing something?
>
> Hal Helms
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists