I have a message like this in a database.
When i am showing this message in a HTML page it will look like this.Quote:
Welcome all, to my Bulletin Board.
Your free to do anything you like to do.. :)
But i want to know is how can i replace the return char with <br>? with theQuote:
Welcome all, to my Bulletin Board.Your free to do anything you like to do.. :)
replace function in JavaScript?
