gpt4 book ai didi

在电子邮件中嵌入表单时 HTML 元素不可见?

转载 作者:太空宇宙 更新时间:2023-11-04 10:36:31 25 4
gpt4 key购买 nike

我有一个简单的问题。我创建了一个 html 文件,当我尝试将 html 文件嵌入到我的 outlook 中以将其发送给我的客户时。元素不可见。为什么?我错过了什么。请指导。下面是我的html

<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<style type="text/css"> body{background-color: #FFFFFF;font-family: arial;margin: 0;} </style>
<title>TEst</title>
</head>

<body>

<table height="100px;" width="72px;" border="1" align="center" cellpadding="0" cellspacing="0" style="font-family:Verdana, Geneva, sans-serif;">

<tr>

<section id="form">
<form id="gform" method="post" action="someAction">
<div id="left-col-forms" style="float: left; width: 330px; font-family: 'Open Sans', sans-serif;font-size:12px;">



<fieldset style="width:700px;">
<label for="name"><b>Name:</b> </label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input id="name" name="name" placeholder="Please Enter Your Name" style="width:400px;" />
</fieldset>


<fieldset style="width:700px;">

<label for="Phone"><b>Phone:</b> </label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input id="phone" name="phone" placeholder="" />
</fieldset>



<button style="float: left;">Submit</button>
</div>


</form>
</section>
</div></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table></td>
</tr>
</table>

</body>
</html>

最佳答案

电子邮件中的表单被认为存在安全风险,它们通常不起作用,并且根据您使用的电子邮件客户端,它可能根本不显示。

Campaign monitor 有一个很好的表格,您可以在这里引用: https://www.campaignmonitor.com/dev-resources/will-it-work/forms/

更好的解决方案是将表单放在网页中并向他们发送网页本身的链接。

关于在电子邮件中嵌入表单时 HTML 元素不可见?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36113884/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com