sunbeam 发表于 2009-2-10 23:51:49

以我个人的理解缘故就是在与你的图片没有传过去,那HTML在那边显示出错导致,因为收邮件的人,本地C:\stee.jpg并没你的那张图片,倘若你要是写的是网络上的图片,而对方收你的邮件的同时又可以上网的话,应该是不会出现问题。
倘若对方只能收到你的邮件而又不能上网,就会出现那错误。
不知道我的理解是否对,只提供个人见解。

dnnljexk 发表于 2009-2-14 17:57:41

图片源 引用用网页上图片还是不可以

leungys 发表于 2009-2-14 20:08:46

原帖由 dnnljexk 于 2009-2-10 15:57 发表 http://www.5dmail.net/bbs/images/common/back.gif
//<html>
//<body>
//<table cellspacing=0 cellpadding=0>
//      <tr><td><img width=55 height=55 src="C:\stee.jpg"></td></tr>
//       <tr><td><p> </p></td></tr>
//      <tr><td><font face=arial style='font-size:11.0pt;'><b>盛xxx</b></font></td></tr>
//       <tr><td><font face=arial style='font-size:10.0pt;'>xxxx主任</font></td></tr>
//      <tr><td><p> </p></td></tr>
//       <tr><td><font face=arial style='font-size:10.0pt;'><b>东莞xxxx有限公司</b></font></td></tr>
//      <tr><td><font face=arial style='font-size:10.0pt;'>手机1392xxxxxxxx</font></td></tr>
//      <tr><td><font face=arial style='font-size:10.0pt;'>电话0769-888xxxxx</font></td></tr>
//      <tr><td><font face=arial style='font-size:10.0pt;'>传真0769-88xxxxxx</font></td></tr>
//</table>
//</body>
//</html>

1) 刪除 // <html><body> </body></html> 這四個tag
2) 改 img tag 的 URL

Kyan 发表于 2009-2-14 23:45:52

原帖由 leungys 于 2009-2-14 20:08 发表 http://www.5dmail.net/bbs/images/common/back.gif


1) 刪除 //   這四個tag
2) 改 img tag 的 URL

我覺得照他的寫法, <tr>、<td> 用得太多了,而且圖形只有 55x55,小得與下面的文字不成比例。且下面文字的行距很寬,無法調整。如下列圖示(圖形只是任意取用一個 55x55 的圖片替代):




程式碼:

<table cellspacing=0 cellpadding=0>
      <tr><td><img src="http://rhode.tgshi.com/PhotosPopup/2009/February/10/Images/Wu.jpg" alt="" width="55" height="55"></td></tr>
      <tr><td><p> </p></td></tr>
      <tr><td><font face=arial style='font-size:11.0pt;'><b>盛xxx</b></font></td></tr>
      <tr><td><font face=arial style='font-size:10.0pt;'>xxxx主任</font></td></tr>
      <tr><td><p> </p></td></tr>
      <tr><td><font face=arial style='font-size:10.0pt;'><b>东莞xxxx有限公司</b></font></td></tr>
      <tr><td><font face=arial style='font-size:10.0pt;'>手机1392xxxxxxxx</font></td></tr>
      <tr><td><font face=arial style='font-size:10.0pt;'>电话0769-888xxxxx</font></td></tr>
      <tr><td><font face=arial style='font-size:10.0pt;'>传真0769-88xxxxxx</font></td></tr>
</table

照我的寫法只有一個 <tr>、<td>,且圖形下面文字的行距可任意調整,如下列圖示:



程式碼:

<table cellSpacing=0 cellPadding=0 width=120 align=left>
<tr>
    <td>
   <img src="http://rhode.tgshi.com/PhotosPopup/2009/February/10/Images/Wu.jpg" alt="" width="55" height="55">
<font face=arial style='font-size:11.0pt;'><div style="margin-top:-3px;"><b>盛xxx</b></div></font><font face=arial style='font-size:10.0pt;'><div style="margin-top:-4px;">xxxx主任</div><div style="margin-top:-4px;"><b>东莞xxxx有限公司</b></div><div style="margin-top:-4px;">手机1392xxxxxxxx</div><div style="margin-top:-4px;">电话0769-888xxxxx</div><div style="margin-top:-4px;">传真0769-88xxxxxx</div></font>
    </td>
</tr>
</table>







[ 本帖最后由 Kyan 于 2009-2-15 00:28 编辑 ]

Kyan 发表于 2009-2-15 00:55:38

樓上我寫的程式碼這樣排列看起來可能比較容易明白。

<table cellSpacing=0 cellPadding=0 width=120 align=left>
<tr>
    <td>
   <img src="http://rhode.tgshi.com/PhotosPopup/2009/February/10/Images/Wu.jpg" alt="" width="55" height="55">
<font face=arial style='font-size:11.0pt;'><div style="margin-top:-3px;"><b>盛xxx</b></div></font>
<font face=arial style='font-size:10.0pt;'><div style="margin-top:-4px;">xxxx主任</div>
                                           <div style="margin-top:-4px;"><b>东莞xxxx有限公司</b></div>
                                           <div style="margin-top:-4px;">手机1392xxxxxxxx</div>
                                           <div style="margin-top:-4px;">电话0769-888xxxxx</div>
                                           <div style="margin-top:-4px;">传真0769-88xxxxxx</div></font>
    </td>
</tr>
</table>


附註:<div style="margin-top:-4px;"> 是控制行距的。




leungys 发表于 2009-2-15 09:59:52

原帖由 Kyan 于 2009-2-15 00:55 发表 http://www.5dmail.net/bbs/images/common/back.gif
樓上我寫的程式碼這樣排列看起來可能比較容易明白。
..

As far as the size of signature overhead is concerned, I simplify the code as follows:

<img src="http://www.5dmail.net/bbs/images/default/folder_new.gif" alt="" width="55" height="55"><br>
<font face=arial style='font-size:11.0pt;'><b>盛xxx</b></font>
   <font face=arial style='font-size:10.0pt;'>
      <br>xxxx主任
      <br><b>东莞xxxx有限公司</b>
      <br>手机1392xxxxxxxx
      <br>电话0769-888xxxxx
      <br>传真0769-88xxxxxx
   </font>

[ 本帖最后由 leungys 于 2009-2-15 10:01 编辑 ]

Kyan 发表于 2009-2-15 10:06:48

原帖由 leungys 于 2009-2-15 09:59 发表 http://www.5dmail.net/bbs/images/common/back.gif


As far as the size of signature overhead is concerned, I simplify the code as follows:


盛xxx
   
      xxxx主任
      东莞xxxx有限公司
      手机1392xxxxxxxx
      电话0769-888xxxxx
...



<br> 只是換行,無法調整行距的高低(寬、窄)。


leungys 发表于 2009-2-15 10:17:09

原帖由 Kyan 于 2009-2-15 10:06 发表 http://www.5dmail.net/bbs/images/common/back.gif
只是換行,無法調整行距的高低(寬、窄)。


That is why I said:

As far as the size of signature overhead is concerned, I simplify the code as follows:

Kyan 发表于 2009-2-15 10:30:38

原帖由 leungys 于 2009-2-15 10:17 发表 http://www.5dmail.net/bbs/images/common/back.gif


That is why I said:

As far as the size of signature overhead is concerned, I simplify the code as follows:



可是你簡化了它行距可能會太寬了,影響他放置簽名的位置與美觀。我寫的程式會比他原來寫的大。

[ 本帖最后由 Kyan 于 2009-2-15 10:44 编辑 ]

dnnljexk 发表于 2009-2-16 15:18:37

使用了楼上各位 的 签名还是不行,估计是BUG了    。用EXTMAIL做WEBMAIL就没有这个问题。另外我发现不管是用本地磁盘上的图片还是用网上的图片。 webmail都会把这个图片放在附件那一块 。
页: 1 [2] 3
查看完整版本: 正文收不到