Absolute positioning in gmail emails

前端 未结 4 1827
耶瑟儿~
耶瑟儿~ 2020-12-09 01:09

I have a client who wants to send gift certificates to people who sign up on their site. They want it all designed out, so I can\'t just send a text email. I\'m trying to po

4条回答
  •  北海茫月
    2020-12-09 01:55

    Unfortunately, you can't use position: absolute.

    Also, because Outlook is using the Word HTML renderer, you will also run into problems using absolute positioning.

    Most HTML emails are laid out with tables.

    Check this out.

提交回复
热议问题