Microsoft Windows Vista Community Forums - Vistaheads
Recommended Download - Clean, repair and optimize your system



Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.

Driver Scanner 2009 - Free Scan Now

Image in signature doesn't load

microsoft.public.windows.vista.mail




Recommended Fix - Fix Vista Errors and Optimize Performance

Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Driver Scanner 2009 - Free Scan Now
Reply
  #1 (permalink)  
Old 10-15-2007
Zomby2d
 

Posts: n/a
Image in signature doesn't load

I have an html signature I've been using in OE but it doesn't seem to
work in WM.

When I insert the signature, I get a spaceholder with a red X. Looking
at the source of the message, I can see that the src="" part of the img
tag is empty. If I manually re-add the file path it does work but I
don't want to have to edit the source everytime. (Kinda defeats the
point of having a signature in the first place.)

This is the content of my signature.html file

Code:
--------------------
<img src="C:\Signature\signature.gif" alt="Zomby" width="403" height="230" hspace="0" border="0" align="baseline">
--------------------


I am using an absolute path and I've made sure that -Send pictures with
messages- is checked in messages HTML settings.

Anyone has an idea why it doesn't work?


--
Zomby2d
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 10-15-2007
Gary VanderMolen
 

Posts: n/a
Re: Image in signature doesn't load
Try the tutorial here:
http://www.vistax64.com/tutorials/94...ignatures.html

--
Gary VanderMolen [MS-MVP WLM]


"Zomby2d" <Zomby2d.2yiej1@no-mx.forums.net> wrote in message news:Zomby2d.2yiej1@no-mx.forums.net...
>
> I have an html signature I've been using in OE but it doesn't seem to
> work in WM.
>
> When I insert the signature, I get a spaceholder with a red X. Looking
> at the source of the message, I can see that the src="" part of the img
> tag is empty. If I manually re-add the file path it does work but I
> don't want to have to edit the source everytime. (Kinda defeats the
> point of having a signature in the first place.)
>
> This is the content of my signature.html file
>
> Code:
> --------------------
> <img src="C:\Signature\signature.gif" alt="Zomby" width="403" height="230" hspace="0" border="0" align="baseline">
> --------------------
>
>
> I am using an absolute path and I've made sure that -Send pictures with
> messages- is checked in messages HTML settings.
>
> Anyone has an idea why it doesn't work?
>
>
> --
> Zomby2d

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 10-15-2007
Frank Saunders, MS-MVP IE
 

Posts: n/a
Re: Image in signature doesn't load
"Zomby2d" <Zomby2d.2yiej1@no-mx.forums.net> wrote in message
news:Zomby2d.2yiej1@no-mx.forums.net...
>
> I have an html signature I've been using in OE but it doesn't seem to
> work in WM.
>
> When I insert the signature, I get a spaceholder with a red X. Looking
> at the source of the message, I can see that the src="" part of the img
> tag is empty. If I manually re-add the file path it does work but I
> don't want to have to edit the source everytime. (Kinda defeats the
> point of having a signature in the first place.)
>
> This is the content of my signature.html file
>
> Code:
> --------------------
> <img src="C:\Signature\signature.gif" alt="Zomby" width="403"
> height="230" hspace="0" border="0" align="baseline">
> --------------------
>
>
> I am using an absolute path and I've made sure that -Send pictures with
> messages- is checked in messages HTML settings.
>
> Anyone has an idea why it doesn't work?
>
>
> --
> Zomby2d


Tools | Options | Send
Under mail click HTML Settings for and click Send Pictures with Messages.

--
Frank Saunders, MS-MVP IE, OE/WM
I won't answer email.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 10-16-2007
Zomby2d
 

Posts: n/a
Re: Image in signature doesn't load

Frank Saunders, MS-MVP IE;483202 Wrote:
> Tools | Options | Send
> Under mail click HTML Settings for and click Send Pictures with
> Messages.


It was already checked. I tried unchecking it, then turning it back on
again but no change.


--
Zomby2d
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 10-16-2007
Zomby2d
 

Posts: n/a
Re: Image in signature doesn't load

Gary VanderMolen;483158 Wrote:
> Try the tutorial here:
> http://www.vistax64.com/tutorials/94...ignatures.html
>


Already tried that, with no result. As a web developper, I already
knew all of this... only thing weird is why WM keeps loading my html and
emptying the src of the img tag.

I tried providing a full file:// url or putting my image on a server
and referencing it with full http:// reference but it always ends up
empty. The only time it did not get emptied out is when I created the
message with WM and saved it in html, which created a cid: link that
didn't work.

I can add images to my messages without a problem. When I insert my
signature, I can select the placeholder, open the properties and select
the file. The images are correctly sent with the email message. It's
only the loading of the signature that seems to be problematic.


--
Zomby2d
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 10-16-2007
Gary VanderMolen
 

Posts: n/a
Re: Image in signature doesn't load
Have you tried a simple signature file containing something like this:

<HTML>
<BODY>
<img src="HardDrivePathToImage">
</BODY>
</HTML>

--
Gary VanderMolen [MS-MVP WLM]


"Zomby2d" <Zomby2d.2yirq2@no-mx.forums.net> wrote in message news:Zomby2d.2yirq2@no-mx.forums.net...
>
> Gary VanderMolen;483158 Wrote:
>> Try the tutorial here:
>> http://www.vistax64.com/tutorials/94...ignatures.html
>>

>
> Already tried that, with no result. As a web developper, I already
> knew all of this... only thing weird is why WM keeps loading my html and
> emptying the src of the img tag.
>
> I tried providing a full file:// url or putting my image on a server
> and referencing it with full http:// reference but it always ends up
> empty. The only time it did not get emptied out is when I created the
> message with WM and saved it in html, which created a cid: link that
> didn't work.
>
> I can add images to my messages without a problem. When I insert my
> signature, I can select the placeholder, open the properties and select
> the file. The images are correctly sent with the email message. It's
> only the loading of the signature that seems to be problematic.
>
>
> --
> Zomby2d

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 10-16-2007
Zomby2d
 

Posts: n/a
Re: Image in signature doesn't load

Gary VanderMolen;483545 Wrote:
> <HTML>
> <BODY>
> <img src="HardDrivePathToImage">
> </BODY>
> </HTML>


Yes, I did. It didn't work either. That's why I was so stumped.

The only thing that's working for me currently is unticking the -Block
images and other external content in HTML e-mail- in security options.
This leads me to believe that WM thinks my computer is an unsecure
external location, but I haven't been able to figure out why yet.



--
Zomby2d
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 10-16-2007
Gary VanderMolen
 

Posts: n/a
Re: Image in signature doesn't load
Yes, the "Block images..." setting works both ways, incoming
and outgoing. It's not a useful setting except for those who
need ultimate security or are paranoid. :-)

--
Gary VanderMolen [MS-MVP WLM]


"Zomby2d" <Zomby2d.2yjqg7@no-mx.forums.net> wrote in message news:Zomby2d.2yjqg7@no-mx.forums.net...
>
> Gary VanderMolen;483545 Wrote:
>> <HTML>
>> <BODY>
>> <img src="HardDrivePathToImage">
>> </BODY>
>> </HTML>

>
> Yes, I did. It didn't work either. That's why I was so stumped.
>
> The only thing that's working for me currently is unticking the -Block
> images and other external content in HTML e-mail- in security options.
> This leads me to believe that WM thinks my computer is an unsecure
> external location, but I haven't been able to figure out why yet.
>
>
>
> --
> Zomby2d

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
adding image signature Quartzy microsoft.public.windows.vista.mail 4 10-25-2007 13:28
Image Cut (Image Splitter) 1.507 Freesoft Freeware Feed 0 08-26-2007 18:40
signature verification missing (digital Signature) on the Vista verify microsoft.public.windows.vista.security 3 07-11-2007 18:38
Image, PDF ActiveX Image Viewer CP Pro 3.6 VistaDev Vista Software Development Feed 0 04-19-2007 13:32
Windows Mail not allowing me to add image to my signature. PLEASE =?Utf-8?B?SnVsaWV0?= microsoft.public.windows.vista.mail 10 04-06-2007 15:16




All times are GMT +1. The time now is 14:23.




Driver Scanner - Free Scan Now

Vistaheads.com is part of the Heads Network. See also XPHeads.com and Win7Heads.com.


Funny Commercials to make you laugh :-)

Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119