I have an issue with the rendering of a barcode in my email.
This is what I use for my barcode right now in the email template :
<tr>
<td style="padding: 5px 0 15px;" align="center">
<img src="https://campaign.kruidvat.be/barcode/tISBN/h70/s2/v<%= targetData.cardNumber %>/barcode.gif" width="179" height="70" style="min-width: 179px; display: block; color: #6c1a2c; font-family: Helvetica, arial, sans-serif; font-size: 13px; width: 179px; " alt="barcode" border="0">
</td>
</tr>
And here is the rendering of the barcode when receiving the delivery :
The numbers of the cardNumber are displaying correctly but the first number doesn't want to appear. (the first number should be on the far left of the barcode)
That means that only 12 numbers out of the 13 numbers are displayed correctly. For certain purpose, we can only use this type of barcode.
Is there something wrong in this part of the HTML or anywhere else ?
If you need more information about that, feel free to tell me.
Thank you for your help.
Kind regards.