我正在研究HTML電子郵件模板。出於某種原因,Outlook中的圖像左側存在空白區域,並在gmail中顯示圖像。HTML電子郵件中圖像之間的空白
我已經嘗試了很多這裏列出的建議,以否爲準。
下面是一些代碼,我指得:
<tr>
<td colspan="12">
<img src="http://www.antequera-inland.com/email-template/images/_01.gif" width="600" height="172" alt=""/></td>
</tr>
<tr>
<td colspan="4" rowspan="4">
<img src="http://www.antequera-inland.com/email-template/images/_02.gif" width="348" height="120" alt=""/></td>
<td colspan="7">
<a href="http://www.skype.com" title="Chat or call us via Skype" target="_blank"
onmouseover="window.status='Chat or call us via Skype'; return true;"
onmouseout="window.status=''; return true;">
<img src="http://www.antequera-inland.com/email-template/images/skype-link.gif" alt="Chat or call us via Skype" name="Chat-or-call-us-via-Skype" width="233" height="26" border="0" /></a></td>
<td rowspan="12">
<img src="http://www.antequera-inland.com/email-template/images/_04.gif" width="19" height="591" alt=""/></td>
</tr>
<tr>
<td colspan="7">
<a href="mailto:[email protected]" title="Send us as email" target="_blank"
onmouseover="window.status='Send us as email'; return true;"
onmouseout="window.status=''; return true;">
<img src="http://www.antequera-inland.com/email-template/images/Email-Steve.gif" alt="Send us as email" name="Send-us-as-email" width="233" height="22" border="0" /></a></td>
</tr>
<tr>
<td colspan="7">
<a href="http://www.antequera-inland.com" title="Visit Antequera Inland website" target="_blank"
onmouseover="window.status='Visit Antequera Inland website'; return true;"
onmouseout="window.status=''; return true;">
<img src="http://www.antequera-inland.com/email-template/images/www.antequera-inland.com.gif" alt="Visit Antequera Inland website" name="Visit-Antequera-Inland-website" width="233" height="23" border="0" /></a></td>
</tr>
任何幫助是非常讚賞。
問候。
你有什麼試過的?那是否包括將圖像上的填充和邊距設置爲零? –
我應該提及的另一件事是,有CSS stlye代碼以及我看到的是一件事建議刪除? –
只是想我還會補充說,代碼在Firefox,IE和Chrome中正常顯示爲正常的HTML頁面。 –