Div styles not working in Outlook Emails
问题 I have created a HTML template for Emails using Div tags. Its working fine on Gmail, Yahoo. But Div styles not working in the Outlook. Following is the code which i have used. <div style="margin:auto;padding:auto;background-color:#FFFFFF;width:600px;border:0px;"> Testing Email </div> I have set div width 600px also make margin and padding auto. so that it will display in the center of the screen. But its not working like that. Gmail, Yahoo display email in the center of the screen Please