I've a problem during making an edm (html email). The code can be found here jsfiddle.net/4Mss8/
The problem was the img in the img tags won't extend (stretch) to the max td height among columns in an android gmail client but it was fine in any edge browser. Since the middle td's height was dynamic because the content inside was not fixed and the height of the middle td was very device resolution dependent so I cannot use a fixed height's "side frame" on the left and right side.
Does anyone get some suggestion on how to fix it so that it's compatible in almost major browsers (web mail) and email clients?
I'm testing the html email using http://putsmail.com/
Thanks.