Hi,
Let me explaine better
Example: editor RitchTextEditor
My config is:
- enterkeytag = p
- shiftenterkeytag = br
Start Html:
Put cursor att end of Test and press enter givs:
- <div> test</div>
- <div> div</div>
But in my web developers opinion this should give:
- <div> test
- <p>div</p>
- </div>
// Kent