Adam,
Here is some additional background:
Included below is the original HTML I paste in:
<table cellSpacing=0 cellPadding=10 border=0>
<tbody>
<tr vAlign=top>
<td><img height=200 src="/uploads/strata.jpg" width=273 border=1></td>
<td><img height=200 src="/uploads/tv.jpg" width=267 border=1></td></tr>
<tr vAlign=top align=middle>
<td><font size=1>Atrium in Strata building</font></td>
<td><font size=1>CNN in atrium 24x7</font></td></tr></tbody></table>
When I paste this text into my HTML View it looks like this:
<table cellSpacing=0 cellPadding=10 border=0><BR><tbody><BR><tr vAlign=top><BR><td><img height=200 src="/uploads/strata.jpg" width=273 border=1></td><BR><td><img height=200 src="/uploads/tv.jpg" width=267 border=1></td></tr><BR><tr vAlign=top align=middle><BR><td><font size=1>Atrium in Strata building</font></td><BR><td><font size=1>CNN in atrium 24x7</font></td></tr></tbody></table>
Then when I switch back to Normal View it looks like this:
<table cellSpacing=0 cellPadding=10 border=0>
<tbody>
<tr vAlign=top>
<td><img height=200 src="/uploads/strata.jpg" width=273 border=1></td>
<td><img height=200 src="/uploads/tv.jpg" width=267 border=1></td></tr>
<tr vAlign=top align=middle>
<td><font size=1>Atrium in Strata building</font></td>
<td><font size=1>CNN in atrium 24x7</font></td></tr></tbody></table>
Now this HTML was typed in by hand originally and it worked fine that point. As soon as I use the Paste Command it does this.
Thanks again.