Using vision.
I have a database table that has addresses in it as text. They seem to have line breaks built in, as when I populate a text area with them, they look like an address should
123 Fake Street
Some City, NJ 12345
Now I am trying to add a new row to the database and have it populate the text area as welll but it comes through as
123 Fake Street Some City, NJ 12345
I tried inserting \n
and \r\n
but not to no success. Not sure what else to try. Any ideas?