Your <p></p> is ill-formed as it contains a partial table structure and could, conceivably lead to errors when viewing.
I'd personally suggest the table suggestion in
this post or you could try:
<div>
<img src='.....' width='300'>
</div>
which ought to work