Bob Lafferty
Said..
I solved my own problem. I found that asp recognizes chr(13) as the result of the Enter key and it can be used without quotes. My final line came down to outstr = Replace(Instr, strfind, strreplace) with strfind= chr(13) and strreplace = "
", The blog output now accepts paragraph breaks made by the Enter key.