Center div in Microsoft Outlook

前端 未结 3 710
北荒
北荒 2021-02-05 05:47

I used

to center the container div.

In the browser it works, but when I open it in Micro

3条回答
  •  Happy的楠姐
    2021-02-05 06:13

    A good reflex is to go on the official Microsoft Documentation Network: http://msdn.microsoft.com/en-us/library/aa338201.aspx

    Here you can see that the best method is to use.. another thing than a div element.

    Use a table, it allow the maximum of css control.

提交回复
热议问题