Equivalent to float in Outlook

后端 未结 6 487
不知归路
不知归路 2020-11-30 07:59

I am trying to float: left some tables, but just encountered a major problem, outlook doesn\'t support float. Well, then I tried to use table align and so forth

6条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-30 08:26

    Use some online resources such as:

    How To Code HTML Emails

    When it comes to rendering HTML, most email clients are primitive and will break a lot of well formed HTML elements.

    The following discussion may be helpful:

    What guidelines for HTML email design are there?

    Some basic tips:

    • Use tables for layout.
    • Set your widest table to be maximum of 600px wide.
    • Don't try and use JavaScript or Flash
    • Don't use CSS in a style tag as some mail clients will discard it.
    • Use inline CSS styles only.

提交回复
热议问题