The visual rich editor changed my HTML code
-
When I tried to edit my “del.icio.us daily post” articles, the visual rich editor changed my HTML code from
<ul>
<li>
<div><a href="url">title</a></div>
<div>description</div>
<div>tags</div>
</li>
</ul>to
<ul>
<li>
<p><a href="url">title</a></p>
<p>description</p>
<p>tags</p>
</li>
</ul>so the whole article looked strange. If I disable the visual rich editor, the HTML code remains and the article shows normally. I did the same thing before and the visual rich editor didn’t change my code. Is there any changes?
-
The visual rich editor is actually TinyMCE. Many people dislike it as it does change the html code. I actually hate the thing with a passion. (I have an FAQ on my support forum on how to strip it out of PHPNuke and am now considering a WP one as well seeing how many problems it causes.)
- The topic ‘The visual rich editor changed my HTML code’ is closed to new replies.