我有一个基本的html电子邮件模板
<table width="100%">
<tr>
<td>
<table width="780" border="1" height="600" bgcolor="olive" align="center">
<tr>
<td valign="top">
<table border="1" width="780" bgcolor="white" style="text-align: center; min-height:20px; height: auto;">
<tr>
<td>
<p style="font-color:#ffffff;">Banner heading goes here
<br />
Sed lacus. Donec lectus. Nullam pretium nibh ut turpis. Nam bibendum. In nulla tortor, elementum vel, tempor at, varius non, purus. Mauris vitae nisl nec metus placerat consectetuer. Donec ipsum. Proin imperdiet est. Phasellus dapibus semper urna. Pellentesque ornare, orci in consectetuer hendrerit, urna elit eleifend nunc, ut consectetuer nisl felis ac diam. Etiam non felis. Donec ut ante. In id eros. Suspendisse lacus turpis, cursus egestas at sem. Mauris quam enim, molestie in, rhoncus ut, lobortis a, est.
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
如何在电子邮件中将横幅标题区域设为可编辑?我正在使用磁铁邮件。 -
答案 0 :(得分:2)
使用HTML电子邮件,您无法执行此操作。