The string comes from a textarea element and whenever I enter a new line with the return/enter key it adds a \n character right? So what I want to do is take all the new lines and replace them with <br/> tags.
I think this will require some regular expressions...
Thanks for reading.