We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 2327
    • 214 Posts
    Hello.

    When i have a h1, h2 in my content page, TinyMCE ad automaticaly an "Id" on my tag <h1>.

    For exemple, if i have a title like
    <h1>My title</h1>
    , the result rendered is :
    <h1 id="My_title">My title</h1>
    .

    My problem is a lot of title on my site have accents or special caracter and on this case, the code generate by Tiny is not xhtml valid.

    How to resolve this problem ? Is it possible to stop this "id" mecanism ?

    Thanks