HTML Email using CSS

后端 未结 6 1899
-上瘾入骨i
-上瘾入骨i 2020-12-17 06:32

I\'m trying to build an HTML email using DIVs instead of tables, and I\'m quite new to CSS.

What I\'m trying to achieve would look something like:

**         


        
6条回答
  •  心在旅途
    2020-12-17 06:54

    CSS support in email clients is not very standardized. It's generally accepted to use html 4 attributes in lieu of CSS for your HTML emails.

提交回复
热议问题