I have researched this for days now and everything I have tried has failed. I am using classic ASP and MySql database.
I am not sure where else to turn. I have read similar questions here, but the solutions did not work for me.
Any help will be most appreciated.
I tried using
<p STYLE="word-wrap: break-word;width:200"><%=V12%></p> and this gave me the correct wrapping, but didn't keep the paragraph spacing.
I tried using <pre> and this gave me the spacing, but gave me no word wrap.
I tried V12 = Replace(INFO1("STORY_"),vbCrLf,"<BR>") and this did nothing.
To preserve line breaks from a database field I used to use
However for the last few years I've been using the CSS style
white-space: pre-line. It's client side code (obviously) so you can use it with whatever back end you have.