웹 및이 사이트를 검색하여 가능한 모든 해결책을 시도했지만 Outlook 2007-2013이 내 이미지 위에 흰색 스트립을 왜 생성하는지 파악할 수 없습니다. 여기 http://www3.districtadministration.com/mailing/Templates/da-webinar-archives.htmlHTML 전자 메일에서 이미지 위에있는 공백을 제거하려면 어떻게합니까?
내 코드입니다 : 이미지의 각 블록 : 당신이 디스플레이를 추가 할 필요가 생각
<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
Excellent! 나는 그것이 도움이되었던 국경 붕괴를 추가하고 있었다라고 생각한다. 고맙습니다! –
당신은 매우 환영합니다 :) – cclark413