----- Original Message ----- From: "Sam Farmer" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, January 03, 2002 4:01 PM Subject: Re: pb with cfmail, in plain text.
> Try using #chr(10)##chr(13)# where you want a line break. Those characters > are the ascii characters for line breaks. Example: > > #sel_cmde.firstname# #sel_cmde.lastname# #chr(10)##chr(13)# > #sel_cmde.address# #chr(10)##chr(13)# > #sel_cmde.zip# #sel_cmde.city# #chr(10)##chr(13)# > > Thanks, > > Sam > thank's, it works. just have to put a space at the first line (i can't align at left, i have a space before the second and third lines, even if i use only #chr(10)# or #chr(13)# ) thank's ++ lje ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

