Quote:
Originally posted by Aram Ghazanchyan
Use lower version of internet explorer
|
gygy.. or DO NOT use IE at all!
Simple solution: place image as background in the table's cell with width and height of image,
and   (needed for netscape family browsers) in it.
Code:
<table border=0 cellspacing=0 cellpadding=0>
<tr>
<td width=100 height=200 background="Image.png">&nbsp;</td>
</tr>
</table>