Hi, I'm having trouble with this. I'm trying to replace carrige returns with <BR> and trying to ignore automatic linebreaks from the textarea. The following code is what was already done by someone before I started working here.
<%=replace(rs("content",chr(13) & chr(10), vbCrLf)%>
I tried just taking off the chr(10), assuming that was the automatic linefeed . . . didn't work. Anyone have any suggestions?
<%=replace(rs("content",chr(13) & chr(10), vbCrLf)%>
I tried just taking off the chr(10), assuming that was the automatic linefeed . . . didn't work. Anyone have any suggestions?