Is it true that newsletters in HTML should have a “table-based” layouts?

前端 未结 12 1529
广开言路
广开言路 2020-12-29 12:25

I read somewhere that when creating a HTML email, you should use the table-based layout. You should not care about creating tableless css based layout. Is that true? I have

12条回答
  •  無奈伤痛
    2020-12-29 13:13

    In the past it was common to use tables for page layout, and many people who create pages are still more comfortable doing it this way.

    As James says, best practice is to use CSS positioning facilities for page layout except when it actually is tabular data; but personally I often find it hard to get the effects I want with CSS.

提交回复
热议问题