Issue in creating email teamplate

前端 未结 3 1297
礼貌的吻别
礼貌的吻别 2021-01-24 16:18

I am trying to create an email template like following. I have used table. I am able to do everything except the image is not displayed at proper position. The images should be

3条回答
  •  天命终不由人
    2021-01-24 17:07

    It is a good practice to use inline style while creating newsletter. Also outlook doesn't support margin negative property.

    in your case the image is not appear center so you can use a inline style here 'style="text-align:center;"'.

    
    
    
    

提交回复
热议问题