To remove the carriage return of a string and to replace it with some "<br>" characters .
<% TextBR=Replace(TextNoBR, VBCrLf, "<br>") %> Where "TextNoBR" is the text to modify
Download code...
Print this page