我已經搜索了網站和這個景象,並嘗試了所有可能的解決方案,仍然無法弄清楚爲什麼Outlook 2007-2013在我的圖片上創建了一個白色條。如何刪除HTML電子郵件中圖片上方的空白區域?
這裏是一個完整的電子郵件中的鏈接:http://www3.districtadministration.com/mailing/Templates/da-webinar-archives.html
這裏是我的代碼:
<table id="webinars" cellpadding="0" cellspacing="0" width="100%" style="border:1px solid #e6e6e6;">
<tr style="background-color:#f2f2f2;border-bottom:#e6e6e6;">
<td class="items" style="font-family:Helvetica, Arial, sans-serif;font-size:14px;color:#333333;line-height:20px;padding:10px;">
<a href="[WEBINAR TITLE #1]" target="_blank" style="color:#333333;"><strong>Enter webinar title here</strong></a><br />
Sponsored by add sponsor
</td>
<td width="145" align="left" class="watchnow" style="padding-left:10px;"><a href="[WEBINAR TITLE #1]" target="_blank"><img src="http://www3.districtadministration.com/mailing/webinar13/images/btn_watchnow.jpg" alt="[button] Watch Now" width="125" height="35" border="0" /></a>
</td>
</tr>
<tr style="border-bottom:#e6e6e6;">
<td class="items" style="font-family:Helvetica, Arial, sans-serif;font-size:14px;color:#333333;line-height:20px;padding:10px;">
<a href="[WEBINAR TITLE #2]" target="_blank" style="color:#333333;"><strong>Enter webinar title here</strong></a><br />
Sponsored by add sponsor
</td>
<td width="145" align="left" class="watchnow" style="padding-left:10px;"><a href="[WEBINAR TITLE #2]" target="_blank"><img src="http://www3.districtadministration.com/mailing/webinar13/images/btn_watchnow.jpg" alt="[button] Watch Now" width="125" height="35" border="0" /></a>
</td>
</tr>
<tr style="background-color:#f2f2f2;border-bottom:#e6e6e6;">
<td class="items" style="font-family:Helvetica, Arial, sans-serif;font-size:14px;color:#333333;line-height:20px;padding:10px;">
<a href="[WEBINAR TITLE #3]" target="_blank" style="color:#333333;"><strong>Enter webinar title here</strong></a><br />
Sponsored by add sponsor
</td>
<td width="145" align="left" class="watchnow" style="padding-left:10px;"><a href="[WEBINAR TITLE #3]" target="_blank"><img src="http://www3.districtadministration.com/mailing/webinar13/images/btn_watchnow.jpg" alt="[button] Watch Now" width="125" height="35" border="0" /></a>
</td>
</tr>
<tr style="border-bottom:#e6e6e6;">
<td class="items" style="font-family:Helvetica, Arial, sans-serif;font-size:14px;color:#333333;line-height:20px;padding:10px;">
<a href="[WEBINAR TITLE #4]" target="_blank" style="color:#333333;"><strong>Enter webinar title here</strong></a><br />
Sponsored by add sponsor
</td>
<td width="145" align="left" class="watchnow" style="padding-left:10px;"><a href="[WEBINAR TITLE #4]" target="_blank"><img src="http://www3.districtadministration.com/mailing/webinar13/images/btn_watchnow.jpg" alt="[button] Watch Now" width="125" height="35" border="0" /></a>
</td>
</tr>
</table>
您可能還需要在您的表格中添加style =「border-collapse:collapse」 – cclark413 2013-04-09 16:36:41
非常棒!我認爲這是增加了幫助的邊界崩潰。謝謝! – 2013-04-09 17:18:59
非常歡迎:) – cclark413 2013-04-09 17:20:17