NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: rupertvz on September 26, 2016, 04:32:10 AM
-
Hi Guys,
Is there a function that could convert <13,10> line breaks in standard text to <br> line breaks in HTML?
Thank you!
-
StringTheory.Replace('<13,10>', '<<br>')
-
In XHTML, the <br> tag must be properly closed, like this: <br />.