-1

ニュースレターのテンプレートを開発しています。Outlook2007 では問題なく動作しますが、iPhone ではまだ問題がいくつかあります。次のコードを使用して、画像とテキスト ブロック (タイトルとテキストで構成される) を含むティーザー ブロックを作成しようとします。私の意図では、テキストブロックはその隣の画像より高くすべきではありません。iOS (Apple Mail) では、タイトルの間に迷惑なスペースが追加されます。とにかくそれを取り除く方法について考えていますか?

<table border="0" cellpadding="0" cellspacing="0" class="teaser" style="letter-spacing: -0.01em; border-collapse: collapse; font-family: arial; text-align: left; cursor: pointer; margin: 0px; padding: 0px; border: 0px;">
<tbody style="margin: 0px; padding: 0px; border: 0px;">
<tr>
<td class="w480 normal-text" height="29" width="92" border="1" valign="top" align="left" style="color: #6f6f6f; font-size: 12px; line-height: 15px; border: #6f6f6f;">
<img src='testImage.jpg' alt='' />
</td>
<td width="298" valign="top" style="color: #6f6f6f; border: #6f6f6f;">
<h1 style="font-family: arial; font-size: 12px; font-weight: bold; line-height: 15px; vertical-align: top; text-transform: uppercase; margin: 0px; padding: 0px;">
<a href="http://www.lyra.net/fabio" target="blank" style="color: #6f6f6f; line-height: inherit; text-decoration: none; position: relative; letter-spacing: 0.03em; top: -2px; margin: 0px; padding: 0px; border: 0px;">
Quias alitatem <br />qui cullat
</a>
</h1>
<p class="normal-text no-overflow" style="font-size: 12px; line-height: 15px; overflow: hidden; margin: 4px 0px 0px;">
WeeeeFFFFr? Quias alitatem qui cullat lique num et molor sitempo rionse.
</p>
</td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" style="margin: 0px; padding: 0px; border: 0px;">
<tr>
<td height="52" width="0" style="color: #6f6f6f; border: #6f6f6f;"></td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>

PS すでに同様の投稿があるようですが、興味深い回答が得られず、使用するマークアップも違いがあるため、新しい質問を投稿することにしました。問題のスクリーンショットも投稿したいのですが、評判が10以上の場合にのみ可能です

4

1 に答える 1