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
, 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