Jump to content

Can't remove space between columns on email signature.


joelvanbeek

Recommended Posts

I feel as if I've tried everything to remove gaps between our companies email signature. On Gmail and Apple mail if formats fine, however on Outlook it leaves gaps. I'll paste the code down below - I have tried more than whats even there - so please give me all your suggestions.

<!DOCTYPE html>
<html>
    <head><title>Email Signature</title></head>
<Body>
<table cellspacing="0" style="width: 380px; max-width: 380px; border-spacing: 0px; border-collapse: collapse; column-gap: 0px; margin: 0px; padding: 0px;">
    <tr></tr>
        <td width="130px" valign="top"><img src="https://sabc.ca/wp-content/uploads/2023/12/Testing_R1C1_130X130_Headshot.png" style="width: 100%; min-width: 130px; display: block;"></td>
        <td width="30px" valign="top"><img src="https://sabc.ca/wp-content/uploads/2023/12/Testing_R1C2_30X83_Name.png" style="width: 100%; min-width: 30px; display: block;">
            <img src="https://sabc.ca/wp-content/uploads/2023/12/Testing_R2C2_30X47_Youtube.png" style="width: 100%; min-width: 30px; display: block;"></td>
        <td width="35px" valign="top"><img src="https://sabc.ca/wp-content/uploads/2023/12/Testing_R1C3_35X83_Name.png" style="width: 100%; min-width: 35px; display: block;">
            <img src="https://sabc.ca/wp-content/uploads/2023/12/Testing_R2C3_35X47_Instagram.png" style="width: 100%; min-width: 35px; display: block;"></td>
        <td width="35px" valign="top"><img src="https://sabc.ca/wp-content/uploads/2023/12/Testing_R1C4_35X83_Name.png" style="width: 100%; min-width: 35px; display: block;">
            <img src="https://sabc.ca/wp-content/uploads/2023/12/Testing_R2C4_35X47_Facebook.png" style="width: 100%; min-width: 35px; display: block;"></td>
        <td width="60px" valign="top"><img src="https://sabc.ca/wp-content/uploads/2023/12/Testing_R1C5_60X83_Name.png" style="width: 100%; min-width: 60px; display: block;">
            <img src="https://sabc.ca/wp-content/uploads/2023/12/Testing_R2C5_60X47_Blank.png" style="width: 100%; min-width: 60px; display: block;"></td>
        <td width="90px" valign="top"><img src="https://sabc.ca/wp-content/uploads/2023/12/Testing_R3C1_90X45_Website.png" style="width: 100%; min-width: 90px; display: block;">
            <img src="https://sabc.ca/wp-content/uploads/2023/12/Testing_R3C2_90X15_Phone.png" style="width: 100%; min-width: 90px; display: block;">
            <img src="https://sabc.ca/wp-content/uploads/2023/12/Testing_R3C3_90X18_Email.png" style="width: 100%; min-width: 90px; display: block;">
            <img src="https://sabc.ca/wp-content/uploads/2023/12/Testing_R3C4_90X52_Logo.png" style="width: 100%; min-width: 90px; display: block;"></td>
    </tr>
</Body>
</html>
</table>
Link to comment
Share on other sites

Email formatting is hard and I don't have much experience with it. Would adding a cellpadding="0" help?

It might help if you match your tags properly. You're closing your </tr> tag before the first <td> and your closing </table> tag should go above the </body>.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...