I have set up an admin site for my client to add calendar listings for their site. They can write out the content and use HTML as well and it gets written to the database. On the live site it displays the text and HTML fine. I would like to set it up so if they hit the return key when they're entering text, it will be displayed on the live site as a line break, rather than have them have to type in a <br> tag. Does anyone know how to get a return keystroke to write to the database and display on an ASP page?
Thanks.