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

Mozilla 도움말 검색

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

자세히 살펴보기

2 signatures - one doesn't dispay image

  • 7 답장
  • 8 이 문제를 만남
  • 31 보기
  • 최종 답변자: mwrr

more options

I have html signature files for two email accounts, both with an image (hosted on the web) in them. Until today, both images displayed. Now, one image does not display, even immediately when creating the new email.

- The code for the images in the html files looks the same to me, except (of course) for the different "src" path to the different images.

- Using the code for the images in the html files, both images display in a browser.

- Here is the image code from the two html signature files. The first one works, the second one doesn't.

<a href="http://ca-bankruptcylaw.com" target="_blank">California Bankruptcy Law</a>

<a href="http://cal-elderlaw.com" target="_blank">California Elder Law</a>

I have html signature files for two email accounts, both with an image (hosted on the web) in them. Until today, both images displayed. Now, one image does not display, even immediately when creating the new email. - The code for the images in the html files looks the same to me, except (of course) for the different "src" path to the different images. - Using the code for the images in the html files, both images display in a browser. - Here is the image code from the two html signature files. The first one works, the second one doesn't. <a href="http://ca-bankruptcylaw.com" target="_blank"><img src="http://ca-bankruptcylaw.com/images/logo-28_40h.gif" alt="California Bankruptcy Law" width="261" height="40" border="0"></a><br> <a href="http://cal-elderlaw.com" target="_blank"><img src="http://cal-elderlaw.com/images/california_elder_40h.gif" alt="California Elder Law" width="238" height="40" border="0"></a><br>

선택된 해결법

I've sent an email to you which has a signature html file attached.

Please report back if you received email and can see the image in the signature.

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

모든 댓글 (7)

more options

In my prior post, the images are displaying instead of the code for the images. Note that the image in the second one does not appear in an email created with Thunderbird.

Here's another try to get the code to appear. I'll put an "X" after "img".

<a href="http://ca-bankruptcylaw.com" target="_blank"><imgX src="http://ca-bankruptcylaw.com/images/logo-28_40h.gif" alt="California Bankruptcy Law" width="261" height="40" border="0"></a>

<a href="http://cal-elderlaw.com" target="_blank"><imgX src="http://cal-elderlaw.com/images/california_elder_40h.gif" alt="California Elder Law" width="238" height="40" border="0"></a>

more options

Could you send me an email so I can check the source code. email: mail at anje dot co dot uk

more options

Toad-Hall said

Could you send me an email so I can check the source code. email: mail at anje dot co dot uk

Thanks. Email sent.

more options

선택된 해결법

I've sent an email to you which has a signature html file attached.

Please report back if you received email and can see the image in the signature.

more options

Toad-Hall said

I've sent an email to you which has a signature html file attached. Please report back if you received email and can see the image in the signature.

Wow, your html file works like a charm. Thanks so much. Still don't know why mine didn't work, but right now who cares :-)

more options

I checked the source code of the received email from you and it did not seem to recognise that the gif image was an image and so it was using the wrong 'Content Type' and so could not display.

When I first tried to 'Insert' > 'Image' using the supplied info at link, there was no 'preview image' in the small box, so I checked the Image Data URL, using it to get the 'image preview' to work, so I knew it should work.

I then copy pasted the http for image and then used backspace to remove the last 6 bits of info and then retyped them making sure no hidden blank spaces etc. Suddenly the 'Preview image' appeared and I was able to get it to appear as it should. Although it now looked exactly the same, clearly something was previously being misread as if the dot gif part was not being recognised.

So in the end it is all ok. All the best :)

more options

That was great detective work! Thanks again...