I have created signature for my Windows mail
signature HTML file has following code.
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>Regards</td>
</tr>
<tr>
<td><img src="http://images.Google.com/intl/en_ALL/images/logos/images_logo_lg.gif" align="Signature Picture" /></td>
</tr>
</table>
its working fine once I send message, but when if I foreword send item again I got signature but image not display.
once I check the source of email I found following change in signature image automatically like
<IMG height=128 alt="Compnay Logo"
src="mhtml:{4B829C94-37FC-44B9-A60C-CC4BB1E0AE9B}mid://00000152/!http://images.Google.com/intl/en_ALL/images/logos/images_logo_lg.gif" width=206 border=0>
how to fix it.
or any other way to put image in signature (not image is also hosted on web server)