【发布时间】:2015-08-03 17:08:42
【问题描述】:
我在这里设置了一个简单的测试:https://www.emailonacid.com/app/acidtest/display/summary/eypNVE82ae543QsSdfiYJlcLNqtcmvKz1ybIvJRlCPj2n/shared
简单的目标是让主要文本与其 TD 的顶部对齐,而 CTA 文本与其 TD 的底部对齐。如您所见,除了上面提到的 Outlook 之外,每个客户端都发生这种情况(此问题忽略移动设备)。 请注意,我们不知道 CTA 是否会超过一行,因此无法确定其高度。
下面我会贴出代码sn-p。
谢谢! 唐
<table width=“640” border=“0” cellpadding=“0” cellspacing=“0”>
<tr>
<td valign=“top”>http://imgs.elainemedia.de/w4gu/f8451d426cd5373fde24a98fcf496945.jpg</td>
<td valign=“top” bgcolor=”#000000”><table width=“100%” border=“0” cellspacing=“0” cellpadding=“0”>
<tr>
<td rowspan=“2” valign=“top”>http://imgs.elaine-asp.de/w4gu/1fce9767d9699082bfea5b0c475aece5.gif</td>
<td valign=“top”>Buy a Pro’s Bike
Ridden by the world’s finest, now available to you. With our Original Pro Bikes it’s easier than ever to own a unique piece of cycling history.</td>
</tr>
<tr>
<td valign=“bottom” style=“color:#ffffff;”>CTA GOES HERE</td>
</tr>
</table></td>
</tr>
</table>
【问题讨论】:
标签: email outlook html-email email-client valign