Quote:
Originally Posted by Simon Lloyd
You might try you using str replace and replace \n (i know what you said but give it a try! or \r), like this:
PHP Code:
var text = "this is some text "; var new_text = text.replace("<br />", "\n"); document.write(new_text);
--------------- Added 14 Jul 2012 at 15:54 ---------------
The picture of your database shows that each character is in a seperate row?
|
Didn't work, sadly. Thanks though!
&no, it's just a cell in the db program I'm using.