I'm using a <cfoutput> inside <cfmail> to output a query. <cfmail from="[EMAIL PROTECTED]" to="#GetName.PrimaryEmail#" subject="USGenWeb Registration" server="#SESSION.server#" username="#SESSION.username#" password="#SESSION.password#" query="GetPosition"> .. .. .. Your positions include: Position State Region Notes <cfoutput> #Title# #State# #Description# #ProjTitleUrl#
</cfoutput> .. .. The problem is how it is output. Instead of one set of data per line the result is concantenated into a long string. It did okay when I was sending it as html but a copy goes to their listserv and it is stripping all html code so I'm back to plain text messages. Any idea on how to get this output one line at a time? Larry V. Stephens Indiana University Office of Risk Management [EMAIL PROTECTED] 812-855-9758 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276199 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

