valign=“top” is not working in outlook email client in case of 1st table has lengthy data
将
1 2 3 4 5 6 7 8 9 | <!-- content section --> <tr> <td class="main" style="border-top:3px solid #F5F5F5;border-bottom:3px solid #F5F5F5;padding-top:10px;padding-bottom:10px;margin-bottom:20px;"> <table class="content" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td style="padding:5px;" align="left" valign="top"><!-- < PUT IT HERE! --> <table width="180" align="left" class="content left" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="50%" valign="top"> |
我之前也遇到过同样的问题,它的前景无法彼此相距3x 33.33%。
我必须将它们全部设为32%,以使其并排安装。其类似的前景在tds
周围形成了很大的隐形边界