Editor strips HTML- attribute – anchor links are destroyed – bug or feature?
-
Hello again,
we use anchor links to create an index for our lenghty newsletter. The index is part of the content that is placed within the editor. We use the “id=xy” to define the target. This is standard for HTML 5 Code. It works simple like this and was fine with the Mailpoet 2 Editor
…
<h3 id=”01″>01 Breaking News</h3>
Mailpoet 3 now strips id=”xy” out of the source code:
<h3>01 Breaking News</h3>
I also tried the name attribute: <h3 name=”01″> the editors strips them all.This is really a mess and for us an ultimate reason to stick with Mailpoet 2.
In the advanced configuration of Mailpoet 2 there was the option “Allow HTML edits” Where is it gone?Bug or feature?
- The topic ‘Editor strips HTML- attribute – anchor links are destroyed – bug or feature?’ is closed to new replies.