Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

2 signatures - one doesn't dispay image

  • 7 Antworten
  • 8 haben dieses Problem
  • 29 Aufrufe
  • Letzte Antwort von 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>

Ausgewählte Lösung

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.

Diese Antwort im Kontext lesen 👍 1

Alle Antworten (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

Ausgewählte Lösung

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...