나는 반응 형 이메일 템플릿을 만들고 Mobile View 용으로 한 행에 두 개의 테이블을 사용하여 두 번째 행에 대해 하나의 테이블과 두 번째 테이블을 조정할 수 있습니다. Gmail, Yahoo, GMX, AOL, mail.com,하지만 Outlook에서 작동하지 않습니다. 어떻게해야합니까? ..왜 한 행의 두 테이블이 Outlook 용 HTML 전자 메일 템플릿에서 작동하지 않습니까?
<tr>
<td align="center" bgcolor="#a90209" style="text-align:center; padding:0px;">
<table align="left" cellpadding="0" cellspacing="0" border="0" width="50%" style="float:left; text-align:left !important" class="responsive-table-block">
<tbody>
<tr>
<td class="footer" style="text-align:right !important" style="padding:0;">
<a href="#">
<img src="logo" alt="" />
</a>
</td>
</tr>
</tbody>
</table>
<table align="right" cellpadding="0" cellspacing="0" border="0" width="50%" style="float:right; text-align:right !important;" class="responsive-table-block">
<tbody>
<tr>
<td class="footer" style="padding:0; text-decoration:none; text-align:right !important" class="full">
<a href="#" target="_blank">
<img src="social-icon" alt="" />
</a>
<a href="#" target="_blank">
<img src="social-icon" alt="" />
</a>
<a href="#" target="_blank">
<img src="social-icon" alt="" />
</a>
<a href="#" target="_blank">
<img src="social-icon" alt="" />
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
를 한 다음 렌더링합니다. 다음과 같이 말하고 싶습니까 : html이 표시되지 않습니까? 또는 html이 표시되지만 예상대로 표시되지 않습니다. – sameerkn
Html이 표시되지만 정확한 방식은 아닙니다. –