Margin in html not working in Outlook

前端 未结 2 1684
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-02 05:05

I am developing an email template which has the spacing as dynamic, so I made the position as margin,

For Eg:



        
2条回答
  •  既然无缘
    2021-01-02 05:36

    the answer is simple

    instead of this give

    margin:10px 10px 30px 10px;
    

    please use this

    Margin:10px 10px 30px 10px;
    

    and also Mr.George using div is not a good

提交回复
热议问题