DIV's getting added by editor
-
Hi all
I hope you can help.
For some reason the editor is adding in additional divs. I have tried this on a brand new install and it is still happening. To recreate it:1) Go to Text editor and add:
2) Paste<div class="col-xs-6">Text</div> <div class="col-xs-6">Some text</div> <div class="col-xs-6">Some More text</div>3) Got to Visual, place cursor at the end of Some Text, type Here and press enter
4) HTML editor will become<div class="col-xs-6">Text</div> <div class="col-xs-6">Some text</div> <div class="col-xs-6">Here</div> <div class="col-xs-6">Some More text</div>Holding shift and enter works fine but I can’t find a work around the standard enter key.
Any help would be much appreciated.
Mark
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
The topic ‘DIV's getting added by editor’ is closed to new replies.