TinyMCE editor adds a blank line to div’s
-
I have a slider on a page. The structure of the slider is
<div class=”classic-accordion”>
<div>
Image
<div class=”caption”>Caption text</div>
</div>
<div>
Image
<div class=”caption”>Caption text</div>
</div>
and so on until the last </div>and it all works until I access the page in wordpress to edit the text below the slider or to do anything else. When I switch from visual to text editor I get the following code
<div class=”classic-accordion”>
<div>
(this is a blank link)
Image
<div class=”caption”>Caption text</div>
</div>
<div>
(this is a blank link)
Image
<div class=”caption”>Caption text</div>
</div>
and so on until the last </div>saving the page with the additional blank lines cause the slider not to function properly until the blank lines are removed and the page is re-saved. Any Idea what could be causing it?
https://www.ads-software.com/extend/plugins/ultimate-tinymce/
- The topic ‘TinyMCE editor adds a blank line to div’s’ is closed to new replies.