Something like this will do it. Just put this at the top of the pge that displays articles or a page for editing articles.
'===========================================================
Function showBreaks(str)
'===========================================================
showBreaks = replace(str, chr(10), " <br>")
End Function
And then where the text actually is show do this:
<%= showBreaks(rs.Fields("ArticleText").Value) %>
@tomic
http://www.skepticfriends.org
Edited by - @tomic on 24 April 2002 13:43:25