Well this formatting for a flat text email send out is really giving me
fits!  I really don't want any HTML code in the block, just for it to layout
nicely when it is sent to someone. Here's what I've tried so far [the #CRLF#
is a chr(13)& chr(10)].  If I don't use the #CRLF# then everything runs
together.  However, the #CRLF# puts double the space between lines, rather
than a single line-height space.  Also, I can't something like a   to
create space and alignment between a line title and it's variable output
(such as WEB: #REQUEST.webroot#)

Thanks for your assistance and suggestions.

Mark

<!--- Format the message for the end user
//////////////////////////////////--->

<cfsilent><cfoutput>
<cfsavecontent variable="VARIABLES.EndUserMessage">
Thank you for visiting #REQUEST.co_name# on the web.#CRLF#
For your reference, since you provided inquiry comments, they are listed
here:#CRLF#
----------------------------------------------#CRLF#
<cfif FORM.fn1 IS "Yes">I'm interested in learning more about the
#VARIABLES.tn1##CRLF#</cfif>
<cfif FORM.fn2 IS "Yes">I'm interested in learning more about the
#VARIABLES.tn2##CRLF#</cfif>
<cfif FORM.fn3 IS "Yes">I'm interested in learning more about the
#VARIABLES.tn3##CRLF#</cfif>
<cfif FORM.fn4 IS "Yes">I'm interested in learning more about the
#VARIABLES.tn4##CRLF#</cfif>
<cfif FORM.fn5 IS "Yes">I'm interested in learning more about the
#VARIABLES.tn5##CRLF#</cfif>
<cfif FORM.fn6 IS "Yes">I'm interested in learning more about the
#VARIABLES.tn6##CRLF#</cfif>
-----------------------------------------------#CRLF#
Comments: #Trim(newContact.Message)##CRLF#
-----------------------------------------------#CRLF#
We will follow up shortly regarding your e-mail message.#CRLF#
In the meantime, if you have another question or need further
information,#CRLF#
please contact us:#CRLF#
#CRLF#
#REQUEST.co_name##CRLF#
#CRLF##CRLF#
Phone:  #REQUEST.co_phone##CRLF#
E-mail:  #VARIABLES.sendmailtoowner##CRLF#
Web:     #REQUEST.webroot##CRLF#

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to