Home › Forums › CSS › CSS Noob and HTML Email Disaster › Re: CSS Noob and HTML Email Disaster
June 26, 2013 at 2:48 pm
#140603
Participant
To fix the Gmail issue, you might have to make the image within the A tag a block-level element. Just add style="display:block;"
to the IMG tag and see if that fixes it.