I'm doing an email signature in HTML, which has 3 images. At the moment of using it in Outlook , it loads the last image 3 times, that is, it is as if for the 3 images it was using the same route, it is very strange.
The bulk of the template was done through Mailchimp, and then I made some modification of the resulting HTML, but I did not touch anything that has to do with the images.
Does anyone know why it happens and how to fix it?
The code is quite extensive so I only put what corresponds to one of the images:
<table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnCaptionRightImageContentContainer">
<tbody><tr>
<td class="mcnCaptionRightImageContent" valign="top">
<img alt="" src="logo.jpg" width="260" height="76" style="max-width:260px; width: 260px; height: 76px; max-height: 76px;" class="mcnImage">
</td>
</tr>
</tbody></table>