HTML editor alters code upon saving
-
I am entering raw HTML into the HTML tab of the page editor and upon saving extra paragraph tags are being entered. e.g.
<div class="one_fourth"><h6>Web Development</h6><p><span class="dropcap1">1</span>Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Proin tincidunt, velit vel porta elementum, magna diam.</p><img style="margin-top: -10px;" src="http://site.com/site-images/home-more.png" alt="more" /></div>has an extra paragraph opening tag put before the img tag which breaks the validation.
Does anyone have a solution on how to get the HTML edit panel to respect HTML code entered without changing it?
The topic ‘HTML editor alters code upon saving’ is closed to new replies.