Put
> Okay, my question is that how in the heck do you get images to work unless
> they are all off the root? If I'm in an fuseaction inside the reg/index.cfm
> page, and I ask for an image from the "images/" directory in the reg
> directory, how does it get them? The whole reg fusebox is cfincluded from
> the main index, which isn't at "reg/", it's at "/".
>
put in an images root. You'll eventually want to put your images on
another server anyway to speed stuff up.
<cfset request.imagesroot="http://images.funkynat.com">
<cfoutput>
<img src="#request.imagesroot#/products/156.gif">
</cfoutput>
Steve Nelson
http://www.SecretAgents.com
Tools for Fusebox Developers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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