Equivalent to float in Outlook

后端 未结 6 485
不知归路
不知归路 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:32

    It seems Outlook.com filters out float attributes completely, but does support display: inline-block.
    Of course, this will most likely break your tables, as they depend on display:table, but it might help you with any divs.

提交回复
热议问题