I am trying to do the following and having some trouble because of the formats I believe.

I have a piece of code that loads a text box with a sample script:

Text box = txtFollowUpScript

HTML Code: 
So this works....

Now I want to create an email with part of the body referencing the txtFollowUpScript

Setting up the email works great... The issue is when i use the below code, it doesn't include the 2 spaces from above or the extra line space....

Here is the code I am using for part of the email: (Email is .HTMLBody)

HTML Code: 
I can hard code all the spacing and line breaks...but that eliminates being able to proof read the Textbox or customize the Textbox before creating the email.

Any ideas ??

Thanks for any help or feedback,

Josh