I have a textarea with user type where its text goes to a database.
How can i apply spaces and newlines for user type in the database and display it in an html page after that?
mytext.condesnseWhite = false;
also
mytext.text= mytext.text.replace('
','<br/>');
Gave no results. Any suggests please?
this worked fine