What do you use? Replace()
linebreak chars with <br>
? what about spaces? like maybe replace 2 spaces with
?
ParagraphFormat()
sucks.
paragraphformat2()
? http://www.cflib.org/udf.cfm/paragraphformat2
ReplaceNoCase(someString, "\n", "<br>","all")