Responsive Html Email Template

2019-05-30 12:37发布

I am coding html email that should be good enough to render perfectly in all mobiles. I am expert in coding emails for desktop etc. and this email renders perfectly in all email clients and browsers, but I have to make it perfect for mobiles. My code structure is as follows:

<table>
<tr>
 <td width="200"> <table>complete left table </table></td>
 <td width="200"> <table>complete middle table </table></td>
 <td width="200"> <table>complete right table </table></td>

</tr>
 </table>

To make it good for mobiles I know I will need media queries but don't know to use it, can someone refer me related tutorial that may help me to do my specific case. Please see attached image, left is for desktops, right is for Mobiles:

enter image description here

1条回答
兄弟一词,经得起流年.
2楼-- · 2019-05-30 13:35

Update: This answer has a big list of email resources including responsive design links

Here are some resources on responsive design:

And here is a good template to get you started:

查看更多
登录 后发表回答