代码之家  ›  专栏  ›  技术社区  ›  Giacomo Ciampoli

无法设置outlook中单元格之间的单元格间距-html电子邮件

  •  0
  • Giacomo Ciampoli  · 技术社区  · 8 年前

    无法在outlook和windows mail中获得正确的单元格间距:

    enter image description here

    这应该是:

    enter image description here

    这是我使用的代码:

        <center>
        <table cellspacing="10" cellpadding="0" width="90%" style="border-spacing: 10px;border-collapse: separate; width:90%">
        	<tbody>
        		<tr>
        			<td align="center" valign="middle" class="mcnButtonContent" style="background:#D03C48;font-size:12px;padding:10px;border-radius:3px">
        				<table >
        					<tr>
        						<td >
        							<a class="mcnButton " title="Leaderhip & Charisma" href="http://www.cfmt.it/formazione/corso/yoga-coaching-leadership-e-carisma?ed=112122" target="_blank" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-decoration: none;color:#fff;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: block;">Leadership e Carisma</a>
        						
        						</td>
        					</tr>
        				</table>
        			</td>
        			<td align="center" valign="middle" class="mcnButtonContent" style="background:#D03C48;font-size:12px;padding:10px;border-radius:3px">
        			<table >
        					<tr>
        						<td >
        							<a class="mcnButton " title="Energia Focus e Resilienza" href="http://www.cfmt.it/formazione/corso/yoga-coaching-energia-focus-e-resilienza" target="_blank" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-decoration: none;color:#fff;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: block;">Energia Focus e Resilienza</a>
        						
        						</td>
        					</tr>
        				</table>
        			</td>
        		
        		</tr>
        		<tr>
        			<td align="center" valign="middle" class="mcnButtonContent" style="background:#D03C48;font-size:12px;padding:10px;border-radius:3px" >
        				<table >
        					<tr>
        						<td >
        							<a class="mcnButton " title="Leadership e Conflittualità" href="http://www.cfmt.it/formazione/corso/yoga-coaching-leadership-e-conflittualita" target="_blank" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-decoration: none;color:#fff;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: block;">Leadership e Conflittualità</a>
        						
        						</td>
        					</tr>
        				</table>
        			</td>
        			<td align="center" valign="middle" class="mcnButtonContent" style="background:#D03C48;font-size:12px;padding:10px;border-radius:3px">
        				<table >
        					<tr>
        						<td >
        							<a class="mcnButton " title="Leaderhip femminile" href="http://www.cfmt.it/formazione/corso/yoga-coaching-leadership-femminile" target="_blank" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-decoration: none;color:#fff;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: block;">Leaderhip Femminile</a>
        						
        						</td>
        					</tr>
        				</table>
        			</td>
        		</tr>
        	</tbody>
        </table>
        </center>

    我在mailchimp编辑器中,如何修复此问题?我试过了 mso-cellspacing 但没什么,我也读到outlook不支持边距,

    该设置在gmail中运行良好

    1 回复  |  直到 8 年前
        1
  •  1
  •   gwally    8 年前

    当前设置为 cellspacing="0" 试着把它提高到 cellspacing="10"

    通过这样做,它在2016年、2013年、2010年的展望中运行良好。

    下面是我的测试示例代码。

    祝你好运

    <center>
    <table cellspacing="10" cellpadding="0" width="90%" style="border-spacing: 10px;border-collapse: separate; width:90%">
        <tbody>
            <tr>
                <td align="center" valign="middle" class="mcnButtonContent" style="background:#D03C48;font-size:12px;padding:10px;border-radius:3px">
                    <table >
                        <tr>
                            <td >
                                <a class="mcnButton " title="Leaderhip & Charisma" href="http://www.cfmt.it/formazione/corso/yoga-coaching-leadership-e-carisma?ed=112122" target="_blank" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-decoration: none;color:#fff;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: block;">Leadership e Carisma</a>
    
                            </td>
                        </tr>
                    </table>
                </td>
                <td align="center" valign="middle" class="mcnButtonContent" style="background:#D03C48;font-size:12px;padding:10px;border-radius:3px">
                <table >
                        <tr>
                            <td >
                                <a class="mcnButton " title="Energia Focus e Resilienza" href="http://www.cfmt.it/formazione/corso/yoga-coaching-energia-focus-e-resilienza" target="_blank" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-decoration: none;color:#fff;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: block;">Energia Focus e Resilienza</a>
    
                            </td>
                        </tr>
                    </table>
                </td>
    
            </tr>
            <tr>
                <td align="center" valign="middle" class="mcnButtonContent" style="background:#D03C48;font-size:12px;padding:10px;border-radius:3px" >
                    <table >
                        <tr>
                            <td >
                                <a class="mcnButton " title="Leadership e Conflittualità" href="http://www.cfmt.it/formazione/corso/yoga-coaching-leadership-e-conflittualita" target="_blank" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-decoration: none;color:#fff;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: block;">Leadership e Conflittualità</a>
    
                            </td>
                        </tr>
                    </table>
                </td>
                <td align="center" valign="middle" class="mcnButtonContent" style="background:#D03C48;font-size:12px;padding:10px;border-radius:3px">
                    <table >
                        <tr>
                            <td >
                                <a class="mcnButton " title="Leaderhip femminile" href="http://www.cfmt.it/formazione/corso/yoga-coaching-leadership-femminile" target="_blank" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-decoration: none;color:#fff;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: block;">Leaderhip Femminile</a>
    
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
        </tbody>
    </table>
    </center>
    
    推荐文章