Wrong image scale

T

Ted Anderson

I have an HTML file that includes a table. The an image is placed into one
of the cells with the following HTML:

<td width="50%" rowspan="8" valign="middle" align="center"><img
src="...\image.png" width="400"></td>

When I open an HTML file with IE, the image looks fine. However, when I
open it in MS Word 2007, the aspect ratio of the image is wrong. The width
is scaled, but the height is 100%.

How do I get Word to handle this situation correctly?
 
Top