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.
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)
Note that the same thing happened in my note. The signature is not stacked.
选择的解决方案
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>
Thank you!