In the source the <p> tag is followeb by a CrLf and some spaces to make the source forammtin look good, how do I prevent it from being there?
Fri, 10/05/2012 - 04:07
#1
How do I remoce html tag formatting in source

Replace(Replace(Replace(txtMessage.Text, vbCrLf, ""), vbTab, ""), vbLf, "")
I also remove the " " that are in the text