SOLVED

Re: Sending an email from a sliced jpeg

Go to solution
Josh_Hill13
Level 10 - Champion Alumni

Re: Sending an email from a sliced jpeg

Are you loading 3 main images separately in a table? Why would this not be 1 image? (Not that I want you to do that).

Grégoire_Miche2
Level 10

Re: Sending an email from a sliced jpeg

Again try to add

<style>

table, tbody, tr, td {border:none; padding:0;margin: 0; border-spacing: 0}

</style>

In the head section.

-Greg

Anonymous
Not applicable

Re: Sending an email from a sliced jpeg

I've run into this before.

Add this into any of your image tags:

style="display:block"

Sometimes email clients add spacing to images, that code tells them to leave the image alone.