まず、これはメール用なので頭にcssを入れられず、tableやtd、ulなどにだけ入れます。
コード スニペットと、IE、Firefox、および MS Outlook での表示のスクリーンショットを貼り付けます。
<html>
<head>
</head>
<body>
<table cellpadding="5" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333; border-left: solid 1px #e9e9e9; border: thin groove #CCCCCC">
<tr bgcolor=#FF8100 valign="top">
<td style="border-bottom-style: groove; border-bottom-width: thin"><strong>To Do</strong></td>
<td style="border-bottom-style: groove; border-bottom-width: thin"><strong>Document</strong></td>
</tr>
<tr bgcolor=#FFCA99 valign="top">
<td>Review
</td>
<td>
<ul style="margin: 0px 0px 0px 15px;">
<li>Good Faith Estimate - outlines all the fees and costs associated with your loan</li>
<li>Uniform Residential Loan Application (If your property is in New York, Ohio or Mississippi, please sign this form and upload it to My Status or fax it back to me at @AGENT.FAX.)</li>
</ul>
</td>
</tr>
</table>
</body>
</html>
IE では見栄えがよくなりますが、Firefox では大きな余白があり、Outlook では箇条書きのごく一部しか表示されません。
いいえ:
ファイアフォックス:
見通し:
聴衆はこれらすべてのオプションを使用してこのメールを表示する可能性が高いと想定する必要があります。パディングを ul スタイルに入れてみたり、箇条書きの画像を作ってみたり、それを背景画像として使用したり、ul にスタイルを与えたりしませんでした... それもうまくいきませんでした。私が試したすべてのことは、3 回のメール ビューのうち少なくとも 2 回はひどいものに見えます。
助けていただければ幸いです。
(Gmail は、どの CSS が解釈されるかについて最も厳密であるため、Gmail の規則に従う必要があります。それらはここにあります -> http://www.campaignmonitor.com/css/ Android の Gmail では許可されないことがわかります。 list-style-x なので、どれも使えません. 緑のチェックマークが付いているものしか使えません.)
ありがとう!-ホリー