Images in email signature in HTML

Hi All,

I have set my email to use HTML, and still cannot get my email signature to show.

I only see images, but no text. Below is what is get

Here is the code:

<table cellspacing="0" cellpadding="0" border="0" style="width: 646px;"><tbody><tr><td style="border-right: 2px solid #a9a9a9; padding-right: 10px; vertical-align:middle" valign="middle"><a href="https://www.containatech.co.za"><img id="TemplateLogo" data-class="external" src="https://cd60f9d368cbcab0a50f-d3901811920f1cb10df2bd084d916385.ssl.cf1.rackcdn.com/2018/11/13/29f6e7f963254c6fa0deab3a3f1a555a.jpeg" alt="Containatech" style="display: block"></a></td> <td style="vertical-align: middle; padding-left: 10px;"><table cellspacing="0" cellpadding="0" border="0"><tbody><tr>                    <td style="font-family: Arial; font-size: 12pt; color: #000000;"><font style="font-weight: bold; font-family: Arial; font-size: 12pt; color: #000000;">Jacques Olivier</font></td></tr><tr><td style="padding-bottom: 5px; font-weight: bold; font-family: Arial; font-size: 10pt; color: #000000;"><font style="font-family: Arial; font-size: 10pt; color: #000000;">Managing Director</font></td></tr><tr><td style="font-family: Arial; font-size: 10pt;"><font style="color: #333333; font-size: 10pt; font-family: Arial">T:&nbsp;<a href="tel:0219452787" style="color: #06c">021 945 2787</a></font><font style="color: #333333; font-size: 10pt; font-family: Arial">&nbsp;|&nbsp;</font><font style="color: #333333; font-size: 10pt; font-family: Arial">M:&nbsp;<a href="tel:0836032675" style="color: #06c">083 603 2675</a></font></td></tr><tr><td style="font-family: Arial; font-size: 10pt;"><font style="color: #333333; font-size: 10pt; font-family: Arial">E:&nbsp;<a href="mailto:jacques@containatech.co.za" style="color: #06c">jacques@containatech.co.za</a></font><font style="color: #333333; font-size: 10pt; font-family: Arial">&nbsp;|&nbsp;</font><font style="color: #333333; font-size: 10pt; font-family: Arial">W:&nbsp;<a href="https://www.containatech.co.za" style="color: #06c">www.containatech.co.za</a></font></td></tr><tr><td style="padding-top: 5px; vertical-align: middle;" valign="middle"><table cellpadding="0" cellspacing="0" border="0"><tbody><tr><td style="padding-right: 5px;"><a href="https://www.facebook.com/containatech"><img data-class="external" style="display: block" src="https://a8b03ffbc00ed4da54a1-0c6684360696717b63d89dbc0edb802c.ssl.cf1.rackcdn.com/icon-facebook_28x28.jpg"></a></td>
                            
                            <td style="padding-right: 5px;">
                                <a href="https://www.linkedin.com/company/containatech">
                                    <img data-class="external" style="display: block" src="https://a8b03ffbc00ed4da54a1-0c6684360696717b63d89dbc0edb802c.ssl.cf1.rackcdn.com/icon-linkedin_28x28.jpg">
                                </a>
                            </td>
                            
                            <td style="padding-right: 5px;">
                                <a href="https://www.instagram.com/containatech/">
                                    <img data-class="external" style="display: block" src="https://a8b03ffbc00ed4da54a1-0c6684360696717b63d89dbc0edb802c.ssl.cf1.rackcdn.com/icon-instagram_28x28.png">
                                </a>
                            </td>
                            
                        </tr>
                    </tbody></table>
                </td>
            </tr>
        </tbody></table>
    </td>
</tr>
<tr>
    <td data-content="disclaimer" style="max-width: 500px; text-align: justify; padding-top: 5px; font-size: 8pt; color: #000000;" colspan="2">
        <font style="font-family: Arial; font-size: 8pt; color: #000000;">This message contains confidential information and is intended only for the intended recipients. If you are not an intended recipient you should not disseminate, distribute or copy this e-mail. Please notify us immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. Therefore we do not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.</font>
    </td>
</tr>

Thank you in advance.

I do not think this has anything to do with the image, I think this is because the line breaks and tabs in the html code are read as line breaks and tabs in the email itself, which will make your text overflow the page.

To test this, try sending the email to yourself and see if the text is way below the image then your solution would be to remove all of the line breaks and tabs from your email template, like so:

<table cellspacing="0" cellpadding="0" border="0" style="width: 646px;"><tbody><tr><td style="border-right: 2px solid #a9a9a9; padding-right: 10px; vertical-align:middle" valign="middle"><a href="https://www.containatech.co.za"><img id="TemplateLogo" data-class="external" src="https://cd60f9d368cbcab0a50f-d3901811920f1cb10df2bd084d916385.ssl.cf1.rackcdn.com/2018/11/13/29f6e7f963254c6fa0deab3a3f1a555a.jpeg" alt="Containatech" style="display: block"></a></td> <td style="vertical-align: middle; padding-left: 10px;"><table cellspacing="0" cellpadding="0" border="0"><tbody><tr> <td style="font-family: Arial; font-size: 12pt; color: #000000;"><font style="font-weight: bold; font-family: Arial; font-size: 12pt; color: #000000;">Jacques Olivier</font></td></tr><tr><td style="padding-bottom: 5px; font-weight: bold; font-family: Arial; font-size: 10pt; color: #000000;"><font style="font-family: Arial; font-size: 10pt; color: #000000;">Managing Director</font></td></tr><tr><td style="font-family: Arial; font-size: 10pt;"><font style="color: #333333; font-size: 10pt; font-family: Arial">T:&nbsp;<a href="tel:0219452787" style="color: #06c">021 945 2787</a></font><font style="color: #333333; font-size: 10pt; font-family: Arial">&nbsp;|&nbsp;</font><font style="color: #333333; font-size: 10pt; font-family: Arial">M:&nbsp;<a href="tel:0836032675" style="color: #06c">083 603 2675</a></font></td></tr><tr><td style="font-family: Arial; font-size: 10pt;"><font style="color: #333333; font-size: 10pt; font-family: Arial">E:&nbsp;<a href="mailto:jacques@containatech.co.za" style="color: #06c">jacques@containatech.co.za</a></font><font style="color: #333333; font-size: 10pt; font-family: Arial">&nbsp;|&nbsp;</font><font style="color: #333333; font-size: 10pt; font-family: Arial">W:&nbsp;<a href="https://www.containatech.co.za" style="color: #06c">www.containatech.co.za</a></font></td></tr><tr><td style="padding-top: 5px; vertical-align: middle;" valign="middle"><table cellpadding="0" cellspacing="0" border="0"><tbody><tr><td style="padding-right: 5px;"><a href="https://www.facebook.com/containatech"><img data-class="external" style="display: block" src="https://a8b03ffbc00ed4da54a1-0c6684360696717b63d89dbc0edb802c.ssl.cf1.rackcdn.com/icon-facebook_28x28.jpg"></a></td><td style="padding-right: 5px;"><a href="https://www.linkedin.com/company/containatech"><img data-class="external" style="display: block" src="https://a8b03ffbc00ed4da54a1-0c6684360696717b63d89dbc0edb802c.ssl.cf1.rackcdn.com/icon-linkedin_28x28.jpg"></a></td><td style="padding-right: 5px;"><a href="https://www.instagram.com/containatech/"><img data-class="external" style="display: block" src="https://a8b03ffbc00ed4da54a1-0c6684360696717b63d89dbc0edb802c.ssl.cf1.rackcdn.com/icon-instagram_28x28.png"></a></td></tr></tbody></table></td></tr></tbody></table></td></tr><tr><td data-content="disclaimer" style="max-width: 500px; text-align: justify; padding-top: 5px; font-size: 8pt; color: #000000;" colspan="2"><font style="font-family: Arial; font-size: 8pt; color: #000000;">This message contains confidential information and is intended only for the intended recipients. If you are not an intended recipient you should not disseminate, distribute or copy this e-mail. Please notify us immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. Therefore we do not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.</font></td></tr>