Add a CHR(13) and/or CHR(10) character to the end of the line. 

-----Original Message-----
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?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276209
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to