Hello,
I have noticed that the editor put spaces before every <li> I create with the "<ol><li>" button. These spaces are converted to <br /> tags when I post the data.
How can I remove this <br /> tags or avoid this?
WHAT I SEE ON EDITOR:
1. CLODOVEO
2. SANTURZE
3. CONSTANTINOPLA
EDITOR SOURCE CODE:
<ol>
<li>
CLODOVEO</li>
<li>
SANTURZE</li>
<li>
CONSTANTINOPLA</li>
</ol>
Thanks!!!
I have noticed that the editor put spaces before every <li> I create with the "<ol><li>" button. These spaces are converted to <br /> tags when I post the data.
How can I remove this <br /> tags or avoid this?
WHAT I SEE ON EDITOR:
1. CLODOVEO
2. SANTURZE
3. CONSTANTINOPLA
EDITOR SOURCE CODE:
<ol>
<li>
CLODOVEO</li>
<li>
SANTURZE</li>
<li>
CONSTANTINOPLA</li>
</ol>
Thanks!!!