Currently I\'m putting newlines in strings through one of these two methods:
i use this:
<cfset br = "#chr(13)##chr(10)#"> <cfset someStr="This is line 1#br#This is line 2#br#This is line 3" />