Outlook 2010 がハイパーリンクされた画像間にこの 1 ピクセルの白い線を追加する理由を理解しようと、しばらくこの html に取り組んできました。
Html メールと Outlook について読んだすべてのトリックを試したと確信しています。以下は、2 つのテーブルだけに使用しているコード/スタイリングです。それぞれに 1 つの画像があります。ハイパーリンクを削除すると、Outlook 2010 にスペースがなくなります。ハイパーリンクを残すと、スペースを削除する方法が見つかりません。
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;" width="600">
<tr>
<td style="border-collapse: collapse;" width="600" height="179" >
<a href="http://www.anzie.com/" style="height: 179px; width: 600px; margin: 0px; padding: 0px; display:block; float: left; border:0; vertical-align:bottom;"><img border="0" align="left" alt="Gold Rush" height="179" src="https://d2q0qd5iz04n9u.cloudfront.net/_ssl/proxy.php/http/gallery.mailchimp.com/5513172da1aa95c4b84fdedba/images/ESSETIAL6_FALL_01.jpg" style="height: 179px; width: 600px; margin: 0px; padding: 0px; display:block; float: left; border:0; vertical-align:bottom;" width="600" /></a>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;" width="600">
<tr>
<td style="border-collapse: collapse;" width="600" height="25">
<a href="http://www.anzie.com/viewall_gold.php" style="height: 25px; width: 600px; margin: 0px; padding: 0px; display:block; float: left; border:0; vertical-align:bottom; border:0;"><img align="left" border="0" alt="Shop Gold" height="25" src="https://d2q0qd5iz04n9u.cloudfront.net/_ssl/proxy.php/http/gallery.mailchimp.com/5513172da1aa95c4b84fdedba/images/ESSETIAL6_FALL_02.1.jpg" style="height: 25px; width: 600px; margin: 0px; padding: 0px; display:block; float: left; border:0; vertical-align:bottom;" width="600" /></a>
</td>
</tr>
</table>
どんなアイデアでも大歓迎です!