<img width=actual align=left hspace=12
src="seventhdeceptioncoversmall.jpg"
<seventhdeceptioncoversmall.jpg moz-do-not-send="false"
I also tried putting the image on a web page and providing the link--
that doesn't work either.
Can anyone help?
Thanks,
Gene
Hi Gene,
If that is what TB is inserting as the code, it's incorrect, unless you
pasted it incorrectly. The tags aren't properly closed for one thing. I
would suggest using the remote location for the email as it doesn't
require attaching the image, but some users block remote images and it
won't show up.
Read here and see if you can straighten it out.
http://kb.mozillazine.org/Signatures_(Thunderbird)
Terry R.
--
Anti-spam measures are included in my email address.
Delete NOSPAM from the email address after clicking Reply.
Thanks, Terry, for the suggestion. This code, one of the four I've
tried, is correctly pasted. Could you suggest what you think should be
changed to get this to work?
Gene
> Thanks, Terry, for the suggestion. This code, one of the four I've
> tried, is correctly pasted. Could you suggest what you think should be
> changed to get this to work?
>
> Gene
First, the complete path to the file should be used. As an example, if
the graphic was located on C:\Data, this would be inserted:
<img alt="cover small" src="file:///C:/Data/seventhdeceptioncoversmall.jpg"
height="25" width="60">
If it was on a webpage,
<img moz-do-not-send="true" alt="web"
src="http://www.ratherco.com/public/tc/const.jpg" height="284"
width="385">
Thank you so much for your help--it worked. At first, it didn't, and I
wasn't surprised because I'd tried the full path before without
success. Then I discovered the html editor I was using didn't save the
full path when I added it. Using notepad to make the change did the
job. Again, thanks.
Gene
> Thank you so much for your help--it worked. At first, it didn't, and I
> wasn't surprised because I'd tried the full path before without
> success. Then I discovered the html editor I was using didn't save the
> full path when I added it. Using notepad to make the change did the
> job. Again, thanks.
>
> Gene
You're welcome Gene.