I have an input field in the html form. When I paste a text in that field, I don't want the text's bold, underline and italic attribute to be lost. I want to use the style info too in the backend.
So how do I exactly go about preserving the style attributes in an html input text field ?
Thanks in advance : )