如何使电子邮件签名响应?
我尝试了下面的代码,但我不想使用表格标签。任何人都可以通过提供替代解决方案帮助我。谢谢。
<style>
@media only screen and (max-device-width: 620px) {
table[id="outer"] {
max-width: 600px;
width: 20%;
}
img[id="header"] {
max-width: 600px;
width: 40%;
height: auto;
}
td[class="content"] {
font-size: 18px;
}
}
</style>
<table id="outer" cellpadding="0" align="left">
<tbody>
<tr><td><img id="header" src="download.png" alt="img"></td></tr>
<tr>
<td colspan="2" class="content"><span style="color: #914400; font-size: large; font-weight: bold;">Karuna</span><br /><span style="font-size: medium;">Dev / ABC</span></td>
</tr>
<tr>
<td class="content" > </td>
<td class="content"><span>Pamplemousses</span><br /><span ><span >T</span>: 57678767<br /> <span>W</span>: ABC.com</span></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td class="content" style="border-top: 1px solid #cccccc;" colspan="2"></td>
</tr>
</tbody>
</table>
答案 0 :(得分:0)
你的意思是一个href =&#34; mailto? w3schools mailto example
这样做的方法很糟糕,邮箱最终会因为电子邮件机器人抓住网页上的地址而发送垃圾邮件。如果可以的话,最好使用PHP。