I am building a responsive HTML email template, and when I Litmus test my layout, the images are being cut off at the top, as shown below...
Any reason why this is? Here is some code, with a jsfiddle
<table style="color: #4b4b4b; font-size:12px; font-family: arial, helvetica, sans-serif; line-height: 18px; mso-line-height-rule: exactly; " >
<tbody>
<tr>
<td height="40" width="40"><img src="http://www.uploadlibrary.com/TelecomsWorld/CALL-STATS/stats_07.jpg" width="40" height="40" style="display:block;" /></td>
<td>Geographic call mapping across the UK</td>
</tr>
...
I have researched, and this answer was found, but no luck.
Thanks!