无法获得MS Outlook的css宽度

dub*_*ech 1 html css outlook

我希望段落中的文字宽度为100像素.

我尝试:

<p style="width:120px">This is some text in a paragraph. This is some text in a paragraph.
This is some text in a paragraph. This is some text in a paragraph.
This is some text in a paragraph. This is some text in a paragraph.</p>
Run Code Online (Sandbox Code Playgroud)

Outlook忽略宽度.

知道如何在outlook中使用宽度吗?

Zol*_*oth 5

试试旧版本

<p width="120">
Run Code Online (Sandbox Code Playgroud)

对于电子邮件客户端,最好使用您通常不会看到的所有已弃用的属性.甚至更好 - 使用表格.

  • 尽管我讨厌你说的话,但我无法给出比这更好的答案. (2认同)