Hello,
If I let my user enter information in the textbox area and redisplay them for user verification. I have encountered some problems:
If user input "<BR>", it will treated as HTML code and show a new line on the browser. Is there any way to disable this HTML effect? Am I need to add "\" before some HTML tag?