I'm using the following ASP command to write from my database to the net:<br><br>response.write(news("longstory")<br><br>How can I format that command so the story will have the proper linefeeds. In perl you basically replace CR's with BR's. How do you do it in ASP