搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Although I stack HTML text (i.e. name above address; address above phone number, etc. when I create a signature, it comes through on a single horizontal line.

  • 3 个回答
  • 1 人有此问题
  • 4 次查看
  • 最后回复者为 prljohn

more options

The signature comes through as follows:

-- John C. Costello>[personal info, personal info, personal info, personal info]>

instead of: [personal info
personal info
personal info]

The signature comes through as follows: -- John C. Costello>[personal info, personal info, personal info, personal info]> instead of: [personal info <br/> personal info <br/> personal info]

由Andrew于修改

被采纳的解决方案

Are you composing the signature in HTML code? You need to insert line break tags at the end of lines where you want a break. That's:

<br>
定位到答案原位置 👍 1

所有回复 (3)

more options

Note that the same thing happened in my note. The signature is not stacked.

more options

选择的解决方案

Are you composing the signature in HTML code? You need to insert line break tags at the end of lines where you want a break. That's:

<br>
more options

Thank you!