Hello nice people,
I have a text box that stores lots of text into the a database. That text is then called (when requested) and is displayed on a page.
My problem is that if I hit the return key while typing my text.. it looks fine in the text book... BUT after it is saved and displayed on the page.. all the places where I made a new paragraph (using the return key) isn't there.
But for some reason.. when I use "<br>" .. it works.
How can I use String Replace to fix this?