I have created the following HTML signature file for my Windows mail:
<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>
It's working fine if I send a new mail, but when I forward an existing mail item, the image isn't displayed.
Upon inspecting the source of the mail, I found the following change in the signature image:
<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 can I fix this behavior? Or is there another way to put the image in my signature that will avoid this issue?