No it does not do it there.
I am inserting the following code at runtime. "<br><br> My Name<br>Me@myAddress.com<br>"
by using
myString = "<br><br> My Name<br>Me@myAddress.com<br>"
editor.Text = myString
editor.Draw()
Then it is when i add to the message and hit teh spell check button that it removes the line.
To insert the line i am jst hitting the return key.
If I use a Shift return spell check does not take away the line.
if the shift return is the answer, is there a way to make the enter key a shift return?