Due to a bug in IE6, the code reformatting function in IDEA breaks the page display in the following case :
<td><img ....................................................................................................................................../></td>
might be reformatted
<td><img ....................................................................................................................................../>
</td>
The added line break inside the TD element change teh display in IE6, potentially breakin the layout.