> Is there anyway to put a cfoutput such as
>
> <cfoutput query="findcity">#city#</cfoutput>
>
> within a cfmail tag ...
>
<cfmail> acts like a cfoutput tag, so when you put a cfoutput within a
cfmail, the server thinks your nesting cfoutputs.
So, what you can do is: <cfloop query="findcity">#city#</cfloop>
Scott
--
---------------------------
Scott Brady
http://www.scottbrady.net/
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

