How to put <br />
only in div contenteditable while user is pressing ENTER key? I must manage the content of that div in XML after send, but some browsers translate new lines as <p>
, some (in example Google Chrome) as <div>
.
The good solution will be force to make new lines the same in all browsers (only <p>
or only <div>
) too.
PS: I'm using jQuery and PHP.