在Outlook 2013中设置表格单元格的宽度

时间:2017-03-22 09:33:37

标签: outlook html-table outlook-2013

我正在尝试使用表格单元格制作列表项目。不同的电子邮件客户端有所不同。

Outlook 2011,这是正确的间距

enter image description here

此处的Outlook 2013,间距不正确 enter image description here

这是我写的代码。

<tr>
                                            <td class="dot" style="padding-top: 10px;" valign="top" width="20px">•</td>
                                            <td style="font-family: 'Open Sans', sans-serif;  font-size: 21px;  font-weight: 300;   line-height: 1.48; color: #474747;" valign="top" class="">Identify and target conquest customers by vehicle, FICO, payments remaining, and more</td>
                                        </tr>
                                        <tr>
                                            <td class="dot" style="padding-top: 10px;" valign="top" width="20px">•</td>
                                            <td style="font-family: 'Open Sans', sans-serif;  font-size: 21px;  font-weight: 300;   line-height: 1.48; color: #474747;" valign="top" class="">Automatically market to pre-qualified customers coming in for service</td>
                                        </tr>
                                        <tr>
                                            <td class="dot" style="padding-top: 10px;" valign="top" width="20px">•</td>
                                            <td style="font-family: 'Open Sans', sans-serif;  font-size: 21px;  font-weight: 300;   line-height: 1.48; color: #474747;" valign="top" class="">OEM Partnerships and Co-Op Eligibility</td>
                                        </tr>
                                        <tr>
                                            <td class="dot" style="padding-top: 10px;" valign="top" width="20px">•</td>
                                            <td style="font-family: 'Open Sans', sans-serif;  font-size: 21px;  font-weight: 300;   line-height: 1.48; color: #474747;" valign="top" class="">Exclusive access to expiring lease data from Experian</td>
                                        </tr>

1 个答案:

答案 0 :(得分:0)

尝试在#34; style&#34; ...

中设置单元格的宽度
<td class="dot" style="padding-top: 10px; width:20px;" valign="top">•</td>