I have a message like this in a database.
Welcome all, to my Bulletin Board.

Your free to do anything you like to do.. :)
When i am showing this message in a HTML page it will look like this.
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 the
replace function in JavaScript?