Guest_imported
New member
- Jan 1, 1970
- 0
I have a newbie question:
I am trying to create a database text field that contains several lines that should wrap to the next line when printed. My code is:
<CFSET details = "line 1">
<CFSET details = details & "line 2">
<CFSET details = details & "line 3">
But obviously, the 3 lines run together. Can someone help?
Thanks.
I am trying to create a database text field that contains several lines that should wrap to the next line when printed. My code is:
<CFSET details = "line 1">
<CFSET details = details & "line 2">
<CFSET details = details & "line 3">
But obviously, the 3 lines run together. Can someone help?
Thanks.