Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Signatures in emails

  • 10 답장
  • 3 이 문제를 만남
  • 2 보기
  • 최종 답변자: david

more options

Good Afternoon

I am trying to add a signature to my outgoing emails. This is the first time I have tried this. I have followed the instructions but my signature is not displaying exactly as I have typed it.

My signature has my name, address, telephone number and email address typed vertically and covering 6 lines with spaces between the lines.

When I go to compose a new email all the details of my signature are there but are being displayed all in one single horizontal line.

How do I get my signature to display vertically covering several lines?

Good Afternoon I am trying to add a signature to my outgoing emails. This is the first time I have tried this. I have followed the instructions but my signature is not displaying exactly as I have typed it. My signature has my name, address, telephone number and email address typed vertically and covering 6 lines with spaces between the lines. When I go to compose a new email all the details of my signature are there but are being displayed all in one single horizontal line. How do I get my signature to display vertically covering several lines?

선택된 해결법

Thank you David. Your advice did help.

I have managed to complete my signature in the format I wanted.

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (10)

more options

To get best advice, posting the exact HTML helps; however, a simple approach is to add the HTML line break tag of br with a slash enclosed in brackets. (this webpage strips my HTML example) at end of each llne to force a line feed. Try that.

글쓴이 david 수정일시

more options

Thank you David

What is a forced line feed?

After each line I pressed "enter" which takes me onto the next line as normal.

The whole signature looked as it should but when I go to send an email it is all in one line with no spaces at all.

more options

See attached image of the HTML code for end of each line. HTML looks for special signals to move to next line. Your pressing Enter key does not accomplish that.

more options

Thank you David.

Sorry if I am not understanding this but I am not that computer savvy.

Do I type
at the end of each line?

more options

Yes, that HTML tag goes wherever you want a new line to appear. Be sure to check the box for HTML. WAIT! I'm assuming you are creating an HTML signature. Possibly, you are not. Try pressing Cntl and enter at end of line and disregard my earlier suggestion.

more options

On the page where you fill in what you want in the signature box there is another box "Use HTML" with an option to tick or not.

Looking at my previous reply even though I typed the code it has disappeared and the rest of the text is in a new line so it appears to work.

more options

Thank you David that has now worked. Thanks for your help.

more options

If a variation of this response appeared earlier, my apologies. My computer is showing that only part was sent.

Just an aside, if interested in furthering your HTML knowledge. The two attached screenshots show a sample HTML signature and how it looks in email. Note that HTML tags usually come in twos, with a beginning and an end tag. The end always has a slash. To 'read' HTML, find a beginning tag and follow through to end tag to see all that is covered. In the example the 'span' tag covers all of it, while separate components show 'b' for bold and 'i' for italic. Possibly more than you care to know, but I had a few minutes and did it to assist you.

more options

선택된 해결법

Thank you David. Your advice did help.

I have managed to complete my signature in the format I wanted.

more options

You're very welcome.