HI, I am adding comments to my site. When user enerting the comments, it should be add in the same format how he has entered in the textbox. But, everything coming in the same line. Can anyone help me on this?
I expect this is the wrong forum for this question. If you're using PHP, then you need to echo the results out using nl2br(). Google "php nl2br". echo nl2br($textboxcontent); PHP: