Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Mozilla 도움말 검색

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

자세히 살펴보기

Html signature is affecting thunderbird body message

  • 7 답장
  • 1 이 문제를 만남
  • 4 보기
  • 최종 답변자: blankiblack

more options

I add an html signature to my account, and then when I am writing an email there's something strange happening. Sometimes I press “enter” to change the line and instead of going to next line it turns to the the first one, and starts writing before; so as I am writing, I didn’t get that that is happening and when I see my email I need to start writing it again, or in a notepad to paste the text correctly on thunderbird. Another thing that happens is press enter and lines are too short or too long. I need to have an html signature, but I don’t want it to affect the body message! What could I do?

I add an html signature to my account, and then when I am writing an email there's something strange happening. Sometimes I press “enter” to change the line and instead of going to next line it turns to the the first one, and starts writing before; so as I am writing, I didn’t get that that is happening and when I see my email I need to start writing it again, or in a notepad to paste the text correctly on thunderbird. Another thing that happens is press enter and lines are too short or too long. I need to have an html signature, but I don’t want it to affect the body message! What could I do?

선택된 해결법

Using the black powers of the moderator I have emails blankiblack.

I have edited the HTML of his signature to remove body text from the head, removed the closing body tag that had no opening tag and removed the stylesheet. Although removing the stylesheet was probably unnecessary.

All that is left once the signature is working is to add the to all of the image references. to make the mailchimp reporting work See http://kb.mozillazine.org/Creating_complex_mails_with_inline_images#Remote_images

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

모든 댓글 (7)

more options

how did you create your HTML. I would bet it was not using the instructions we provide. AS the symptoms sound like incorrect encoding that is commonly seen in pastes from word processing packages and HTML generators on the web

See https://support.mozilla.org/en-US/kb/Signatures

more options

Hi, Matt. Thank you for the answer! I have attached the signature from an html file. It’s true I’m a beginner on html, what I did was start the html file with and close with . Inside html file I basically have a table with images, links and text, with specific “<style>”. The file is opened correctly on browser and also on thunderbird, but affects the body message. Any solution? Is there a way to have the signature in html, but not the body message?

more options

If any part of an e-mail is in HTML, then the entire e-mail has to be coded as HTML.

The signature HTML should not be a full webpage. I mean that it should not contain the sections {html} or {body}, just plain HTML code.

Like : {font face="Comic Sans MS" size="+1" color="#0000FF"}blankiblack{/font} from {b}Nowhereville{/b}

Replacing {} with <>, of course. (This forum uses HTML, so trying to use the angle brackets in my examples above don't show properly.)

more options

if you upload a copy of the signature to say dropbox and post a link to it. Perhaps we can see an obvious problem there somewhere.

more options

I tried to follow Bruce's suggestion but I think I probably didn't make it correctly because the problem continues. I sent a message with my html file to Matt. Hope you can find what I am doing wrong.

Thank you!

글쓴이 blankiblack 수정일시

more options

선택된 해결법

Using the black powers of the moderator I have emails blankiblack.

I have edited the HTML of his signature to remove body text from the head, removed the closing body tag that had no opening tag and removed the stylesheet. Although removing the stylesheet was probably unnecessary.

All that is left once the signature is working is to add the to all of the image references. to make the mailchimp reporting work See http://kb.mozillazine.org/Creating_complex_mails_with_inline_images#Remote_images

more options

Thank you! It is working better now! I think the stylesheet was affecting it too, not just the body text. Anyway, I will still testing for more days, because that are also another problems, but I think they aren't related with the signature.