我需要为每列都有固定宽度的电子邮件设置 HTML 表格。
左栏只是一张图片,右栏是有文字的。我已经设置了 td 宽度,但无论如何 td 都会呈现为 600px 宽。
电子邮件可以在这里查看
这是代码
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Fitzgerald Description">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
Fitzgerald Email
</title>
</head>
<body bgcolor="#ffffff" style="margin:0; padding:0; width:100% !important; background-color:#f8f6f2; font-family:Calibri, 'Helvetica Neue', Helvetical, Arial, Geneva, clean, sans-serif;">
<table bgcolor="#ffffff" align="center" border="0" cellpadding="0" cellspacing="0" style="width:600px; max-width:600px; margin:0 auto 0 auto;" width="600">
<tbody>
<tr>
<td align="center" style="text-align:center;" width="600">
<img align="none" alt="Fitzgerald Header" border="0" src="http://i.imgur.com/MLEroOA.jpg" style="width: 600px;" width="600">
</td>
</tr>
<tr>
<td width="244">
<img align="none" alt="Fitzgerald Pictures" border="0" src="http://i.imgur.com/nn93sj7.jpg" style="width:244px;" width="244">
</td>
<td width="356">
<p style="font-size:18px; color:##71032d;">
Going, Going ...
</p>
</td>
</tr>
<tr>
<td align="center" width="600">
<div style="font-size:12px; color:#9d9d9c">
288 Macon Ave. | Asheville, North Carolina 28804 | 828-251-1140 | <a href="thefitzgeraldatgrovepark.com" style="color:#9d9d9c; text-decoration: none">thefitzgeraldatgrovepark.com</a>
</div>
</td>
</tr>
<tr>
<td align="left" width="600">
<p style="font-size:12px; color:#9d9d9c; margin-left:18px; margin-right:18px;">
Sales by Beverly-Hanks & Associates, licensed in North Carolina. This is not an offer to sell to residents of any state or province in which legal requirements have not been fulfilled. This offer is void where prohibited by law. All features, services, amenities, descriptions and other information set forth in this communication are subject to change at any time without notice. The features, services, amenities and other privileges of owners of a Residence at The Fitzgerald are limited to those included in the Purchase Agreement and the Declaration of Condominium for The Fitzgerald Condominium. Certain mandatory dues, assessments, fees and charges apply to Residences at The Fitzgerald in connection with services, features and amenities described herein, contact a Fitzgerald sales professional for details. Depictions include amenities and furniture in the Model Homes which are not included in the sale of a Residence at The Fitzgerald.
</p>
</td>
</tr>
<tr>
<td align="center" width="600" height="10"></td>
</tr>
</tbody>
</table>
</body>
</html>