[thelist] content templates with ASP and SQL - converting har d returns to <p></p>

David Mitchell David at softv.net
Mon Jan 21 11:48:56 CST 2002


strText = Replace(strInput, vbCrLf, "<p></p>")
or//
strText = Replace(strInput, "\n", "<p></p>")

Can't remember which one of those will work...one should ;-)






More information about the thelist mailing list