小歷史:我相當新的編碼(大約一年)。我正在爲我工作的公司設計電子郵件。它不響應,我正在使用表格。作爲新人,我對桌子的體驗是不存在的。不使用浮點對齊表
該設計是在Mac上使用Chrome Web Dev Tools在視覺上進行調整而創建的。在Chrome瀏覽器中,通過Apple Mail(桌面)和iPhone 5,一切看起來都很完美。但是,當我運行Litmus測試時,它會在我的設計部分下面標記FEATURED FLAVORS部分,表示電子郵件客戶端不支持花車。這是我用來對齊該部分中的四個表。
我的問題:你可以對齊表而不使用float嗎?
我最關心的電子郵件客戶端是Android客戶端,因爲我們的列表中有很多客戶使用Android設備。
<table class="featured" align="center" cellpadding="0" cellspacing="0" border="0" width="100%" style="border-top: 1px solid #000000;margin-bottom: 20px;">
<tr style="border-collapse: collapse;">
<th width="100%" style="border-bottom: 1px solid #000000;"><h2 style="margin: 10px;"><span style="color:#039ADB;">Featured</span> Flavors</h2></th>
</tr>
<tr style="border-collapse: collapse;">
<td align="left" style="text-align:left;border-collapse: collapse;">
<!--[if (gte mso 9)|(IE)]>
<table width="600" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="left">
<![endif]-->
<table class="feature block" align="center" cellpadding="0" cellspacing="0" border="0" width="48%" style="float:left; margin-right: 24px; margin-bottom:20px;margin-top: 20px;border-collapse: collapse;">
<tr style="border-collapse: collapse;">
<td align="left" class="featurePhoto" style="text-align:left;border-collapse: collapse;" colspan="2">
<a href="http://www.vavavape.com/atalaya-reserve/" alt="VaVaVape Atalaya Reserve"><img src="https://gallery.mailchimp.com/98fef26bbba3c0e7861b10caf/images/232e18dd-8c8d-4540-bfab-147a13e2acfe.jpg" width="100%" alt="VaVaVape Atalaya Reserve" /></a>
</td>
</tr>
<tr style="border-collapse: collapse;">
<td align="left" class="featureTitle" style="text-align: left; background-color: #039ADB; line-height: 40px; padding-left: 10px; color: #ffffff; font-weight: bolder;border-collapse: collapse;width: 225px;">
<a href="http://www.vavavape.com/atalaya-reserve/" style="text-decoration:none;color:#ffffff;text-transform: none;"alt="VaVaVape Atalaya Reserve">Atalaya Reserve</a>
</td>
<td align="left" class="featureIcon" style="text-align:center; background-color:#000000;border-collapse: collapse;">
<a href="http://www.vavavape.com/atalaya-reserve/" alt="VaVaVape Atalaya Reserve"><img src="https://gallery.mailchimp.com/98fef26bbba3c0e7861b10caf/images/dbfec759-f5be-46e3-99de-fe470e2726ca.jpg" alt="Shopping Cart Icon" /></a>
</td>
</tr>
</table>
<!--[if (gte mso 9)|(IE)]>
</td>
</tr>
</table>
<![endif]-->
這裏是的jsfiddle鏈接:http://jsfiddle.net/typojoe/7bgf7r7j/1/
您的幫助表示讚賞,如果你需要更多的信息,請讓我知道。
使用Align屬性是個訣竅。我知道花車是壞的,但我無法找到一個替代方案,不管基本如何。對不起,沒有upvotes,我沒有足夠的代表這樣做,但謝謝你的幫助。 –
不用擔心芽。我正處於收入點的過渡階段,以解鎖事情。很高興我能幫上忙 :) –