I also would like to turn the formatting off. The problem is that if I have a table with images in it like:
...
<td><img src=".."></td>
...
The editor turns it into
...
<td><img src="...">
</td>
...
The preview mode then shows breaks in the images because of the extra space. How do I turn the format??