본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

HTML Template?

more options

Hello guys! I coded a HTML-eMail-Template as a simple HTML-File. I coded CSS inside the file and used tables to design the site.

Now I have a simple(?) question? How I can use this HTML-Template as an eMail-Template with all pictures and CSS?

Regrads, Grussler

Hello guys! I coded a HTML-eMail-Template as a simple HTML-File. I coded CSS inside the file and used tables to design the site. Now I have a simple(?) question? How I can use this HTML-Template as an eMail-Template with all pictures and CSS? Regrads, Grussler

모든 댓글 (5)

more options

Try this: open a new Write window as if you are creating an HTML message, then Insert/HTML... and paste your code, then save as a template.

There is also an add-on with more-sophisticated template and html-coding options:

https://addons.mozilla.org/en-US/thunderbird/addon/stationery/

more options

Hey! Thanks for your answer, bit I have now the Problem, that I have red boxes in my Mail, some CSS didn't showed up and I can't send it.

Btw, I imported the file via the Plugin... A Screenshot is attached!

Regards, Grussler

more options

Where was the CSS? If it was in the <head> section, you may need to move it into the <body>.

I'm pretty sure the dotted red lines indicate table cells and are just for your reference in composing -- those are not borders that will be displayed in the received message.

When you say you can't send it... what happens when you try to send it? (To yourself, presumably, until it's all worked out.)

more options

I moved in the Body-Tag, didn't work.

And I can't send it, because the Send-Button is disabled...

Regrads,

more options

I don't have Thunderbird on this computer so I can't test... Is the Send button enabled if you type something first (asdf or whatever) and then after that insert the HTML? Wondering whether there is something oddly corrupting about doing the insert before the body has any content.