【发布时间】:2017-03-17 10:37:29
【问题描述】:
我正在尝试在此表中对齐我的照片和它们的描述,但不知道我缺少什么。如果可能的话,我希望所有的图像/描述都可以触摸和连接。
这是我的代码,非常简单的 HTML 电子邮件模板,用于 mailchimp:
<body background="http://i.imgur.com/M0jxU8g.jpg"><table>
<tr>
<td><img src="http://themilamgroup.com/email/templates/fallinventory/images/promo/promo_3_large.jpg" height="175px" width="300px"></td>
<td><div style="background-color:#142232; height:135px;width:280px; color:#ffffff; padding:20px; text-align:center;">PENDED<br>
$775,000
<br><br>
1771 Charity Drive<br>
Brentwood, TN 37027
<br><br>
4 bdrm, 3.5 ba, 4115 sq ft</div></td>
</tr>
<tr>
<td>
<div style="background-color:#142232; height:135px;width:280px;color:#ffffff; text-align:center; padding:20px">PENDED<br>
$775,000
<br><br>
1771 Charity Drive<br>
Brentwood, TN 37027
<br><br>
4 bdrm, 3.5 ba, 4115 sq ft</div></td>
<td><img src="http://themilamgroup.com/email/templates/fallinventory/images/promo/promo_3_large.jpg" height="175px" width="300px"></td>
</tr> <tr>
<td><img src="http://themilamgroup.com/email/templates/fallinventory/images/promo/promo_3_large.jpg" height="175px" width="300px"></td>
<td>
<div style="background-color:#142232; height:135px;width:280px;color:#ffffff; text-align:center; padding:20px">PENDED<br>
$775,000
<br><br>
1771 Charity Drive<br>
Brentwood, TN 37027
<br><br>
4 bdrm, 3.5 ba, 4115 sq ft</div></td>
</tr>
<tr>
<td>
<div style="background-color:#142232; height:135px;width:280px;color:#ffffff; text-align:center; padding:20px">PENDED<br>
$775,000
<br><br>
1771 Charity Drive<br>
Brentwood, TN 37027
<br><br>
4 bdrm, 3.5 ba, 4115 sq ft</div></td>
</tr>
</table></body>
【问题讨论】:
-
你需要this吗?
标签: html email html-email mailchimp