newline - html textbox to preserve line breaks -


i wondering if there possibility make html text input (textbox) preserve new lines, because when paste formatted text textbox, text automatically looses new lines. guess normal/standard behaviour of control, there way prevent happening, or option use textarea control.

thanks

<textarea wrap='hard'>perserve line breaks</textarea>


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -