<div> when I press enter!?
Added by Tom Allen about 1 year ago
Every time I press enter I get a new div added instead of <p> or <br>?
How can I fix this?
Replies (3)
RE: <div> when I press enter!?
-
Added by Kostya K 11 months ago
I see this only in Google Chrome. In other browsers works fine.
RE: <div> when I press enter!?
-
Added by Troex Nevelin 11 months ago
If your current block is div than pressing enter will create new div, if current block is paragraph than Chrome will insert new paragraph. This is some Chrome side effect
RE: <div> when I press enter!?
-
Added by Josh G 7 months ago
I am experiencing this issue as well. Even if I'm starting a brand new document, if I press enter the editor generates this:
<div>
<br/>
</div>
For every new line. Is it possible to force the editor to use paragraphs instead of the output above, regardless of which browser you're in? If so, do you have any suggestions on how to do this? I've looked in the source and unfortunately couldn't find where to make an adjustment like this.
Any help would be extremely appreciated.
Best regards,
Josh
(1-3/3)