Is this possible to achieve absolute position functionality without using position attribute through css?

*爱你&永不变心* 提交于 2019-12-05 08:03:32

outlook does not support position:, so perhaps use a table-based solution?

check out these links;

http://msdn.microsoft.com/en-us/library/aa338201.aspx

http://www.campaignmonitor.com/css/#css-com_1

Whether you choose to code your HTML email by yourself (my personal preference) or to use an existing template, there are two fundamental concepts to keep in mind when creating HTML email:

  • Use HTML tables to control the design layout and some presentation. You may be used to using pure CSS layouts for your web pages, but that approach just won’t hold up in an email environment.

  • Use inline CSS to control other presentation elements within your email, such as background colors and fonts.

Keeping css 1.0 standards in mind will help you a lot when it comes to outlook. For some other details click here. Have fun!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!