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
Post a Comment