My site has a series of static Pages, and in some of these pages the content region must contain a chunk of HTML which I've tried to stuff in the WYSIWYG window. Each time it's saved, though, the editor re-writes the markup. Example, I paste in this:
</div>
<div id="pagepic" class="right"><img src="/images/wrapper_work.jpg" alt="work" /></div>
and I get this:
<p id="pagepic" class="right"><img src="/images/wrapper_work.jpg" alt="work" /></p>
Is there a plugin which will force the WYSIWYG to interpret HTML more literally?