gpt4 book ai didi

带有 Thunderbird 的 HTML

转载 作者:行者123 更新时间:2023-11-28 02:23:19 25 4
gpt4 key购买 nike

我有这段代码,是他稍微改编的模板。当我在本地查看时它很好,当我用附加的 Thunderbird 发送它时,html 没有。您看不到我从 Dropbox 中获取的图像,也看不到样式。

enter image description here -->这是在本地

enter image description here -->这是在 Thunderbird 中

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<!-- If you delete this meta tag, Half Life 3 will never be released. -->
<title>Title</title>
<link rel="stylesheet" type="text/css" href="stylesheets/email.css" />
</head>
<!------------------------------------
---- HEADER --------------------------
------------------------------------->
<table class="head-wrap" bgcolor="#FFFF00">
<tr>
<td class="header container">
<div class="content">
<table bgcolor="#FFFF00" class="">
<tr>
<td><img src="Imagen" style="width:200px; margin-left: 30px;" /></td>
<td> <img src="Imagen2" style="width:200px;" /></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<!------------------------------------
---- BODY ----------------------------
------------------------------------->
<table class="body-wrap">
<tr>
<td class="container" bgcolor="#FFFFFF">
<!-- content -->
<div class="content">
<table>
<tr>
<td>
<h1>Motor honda</h1>
<table>
<thead>
<tr>
<th><img src="foto3" style="width=250px;" />
</th>
<th><img src="foto4"style="width=250px;" />
</th>
</tr>
</thead>
<tr>
</table>
<!-- A Real Hero (and a real human being) -->
<!-- /hero -->
<!-- Callout Panel -->
<p class="callout">
Message2
</p><!-- /Callout Panel -->
</td>
</tr>
</table>
</div>
<!-- COLUMN WRAP -->
<div class="column-wrap">
<div class="column">
<table align="left">
<tr>
<td>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et. Lorem ipsum dolor sit amet.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et.</p>
</td>
</tr>
</table>
</div>
<div class="column">
<table align="left">
<tr>
<td>
<!-- social & contact -->
<table bgcolor="" class="social" width="100%">
<tr>
<td>
<table align="left" width="100%">
<tr>
<td>
<h6 class="">Connect with Us:</h6>
<p class=""><a href="https://www.facebook.com/" class="soc-btn fb">Facebook</a> <a href="https://twitter.com/" class="soc-btn tw">Twitter</a> </p>
<h6 class="">Contact Info:</h6>
<p><strong>Phone:</strong> <br/>
<p><strong>Web: </strong> <br/>
<strong> Email:</strong><a href="emailto:hseldon@trantor.com"></a></p>
</td>
</tr>
</table>
</td>
</tr>
</table><!-- /social & contact -->
</td>
</tr>
</table>
</div>
<div class="clear"></div>
</div><!-- /COLUMN WRAP -->
</td>
<td></td>
</tr>
</table>
<!-- FOOTER -->
<table class="footer-wrap">
<tr>
<td></td>
<td class="container">
<!-- content -->
</td>
<td></td>
</tr>
</table><!-- /FOOTER -->
</body>
</html>

最佳答案

您指的是与您的 html 文件位于同一文件夹中的文件。由于您没有发送整个文件夹,因此您无法在 Thunderbird 中访问这些文件。尝试

<img src="https://www.dropbox.com/pathToYourImage" style="width=250px;"  />

代替:

<img src="foto3" style="width=250px;"  />

关于带有 Thunderbird 的 HTML,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48084923/

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