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.
|
|
|
Placing .jpg into my signature using VISTA in Windows Mail
microsoft.public.windows.vista.mail
|
Click On Your Flag for Translation
|

08-05-2008
|
|
|
|
Placing .jpg into my signature using VISTA in Windows Mail
I recently read posts about the correct way to upload an image into my
signature, but am unable to successfully complete the task.
I've done two things:
1st - Copied the script...
<HTML>
<BODY>
<IMG src="file://C:\myimages\myimage.jpg">
</BODY>
</HTML>
.... and made sure that the path to my .jpg is correct, then I saved the file
in notepad as a .htm (and later as a .html) and selected the file in the
options menu from Windows Mail.
2nd -I opened a new message, created the signature I wanted (with my
name/address/etc..), inserted the image (.jpg) copied the source info. (after
selecting the source tab) and pasted that into a notepad, saved it as an .htm
and selected that file in the options menu from Windows Mail.
Unfortunately something is not right. My image is only 7KB and my .htm file
is 1KB.
If it helps, the path to my image is located from my
:c/users/myusername/pictures/myimage.jpg
Many thanks,
Felix
--
Composer,Pianist,Conductor
|
|

08-05-2008
|
|
|
|
Re: Placing .jpg into my signature using VISTA in Windows Mail
Modify the third line in the HTML script to say:
<IMG src="c:\users\myusername\pictures\myimage.jpg">
There seems to be some confusion in the samples I've seen as to whether
the path needs forward slashes or backslashes.
--
Gary VanderMolen, MS-MVP (Mail)
"falmvtex" <falmvtex@discussions.microsoft.com> wrote in message news:1CECE7A2-1887-4124-9209-90C755232C33@microsoft.com...
>I recently read posts about the correct way to upload an image into my
> signature, but am unable to successfully complete the task.
>
> I've done two things:
>
> 1st - Copied the script...
> <HTML>
> <BODY>
> <IMG src="file://C:\myimages\myimage.jpg">
> </BODY>
> </HTML>
> ... and made sure that the path to my .jpg is correct, then I saved the file
> in notepad as a .htm (and later as a .html) and selected the file in the
> options menu from Windows Mail.
>
> 2nd -I opened a new message, created the signature I wanted (with my
> name/address/etc..), inserted the image (.jpg) copied the source info. (after
> selecting the source tab) and pasted that into a notepad, saved it as an .htm
> and selected that file in the options menu from Windows Mail.
>
> Unfortunately something is not right. My image is only 7KB and my .htm file
> is 1KB.
>
> If it helps, the path to my image is located from my
> :c/users/myusername/pictures/myimage.jpg
>
> Many thanks,
> Felix
>
>
> --
> Composer,Pianist,Conductor
|
|

08-05-2008
|
|
|
|
Re: Placing .jpg into my signature using VISTA in Windows Mail
Dear Gary,
Thank you for your response, but that did not seem to correct the problem. I
can the text which displays my name, address, phone, etc.. but the image does
not show up.
I did attempt to open the .htm file in my Firefox browser, and noticed that
it does not open there. Perhaps my html script is wrong?
-Felix
--
Composer,Pianist,Conductor
"Gary VanderMolen" wrote:
> Modify the third line in the HTML script to say:
> <IMG src="c:\users\myusername\pictures\myimage.jpg">
>
> There seems to be some confusion in the samples I've seen as to whether
> the path needs forward slashes or backslashes.
> --
> Gary VanderMolen, MS-MVP (Mail)
>
>
> "falmvtex" <falmvtex@discussions.microsoft.com> wrote in message news:1CECE7A2-1887-4124-9209-90C755232C33@microsoft.com...
> >I recently read posts about the correct way to upload an image into my
> > signature, but am unable to successfully complete the task.
> >
> > I've done two things:
> >
> > 1st - Copied the script...
> > <HTML>
> > <BODY>
> > <IMG src="file://C:\myimages\myimage.jpg">
> > </BODY>
> > </HTML>
> > ... and made sure that the path to my .jpg is correct, then I saved the file
> > in notepad as a .htm (and later as a .html) and selected the file in the
> > options menu from Windows Mail.
> >
> > 2nd -I opened a new message, created the signature I wanted (with my
> > name/address/etc..), inserted the image (.jpg) copied the source info. (after
> > selecting the source tab) and pasted that into a notepad, saved it as an .htm
> > and selected that file in the options menu from Windows Mail.
> >
> > Unfortunately something is not right. My image is only 7KB and my .htm file
> > is 1KB.
> >
> > If it helps, the path to my image is located from my
> > :c/users/myusername/pictures/myimage.jpg
> >
> > Many thanks,
> > Felix
> >
> >
> > --
> > Composer,Pianist,Conductor
>
>
>
|
|

08-05-2008
|
|
|
|
Re: Placing .jpg into my signature using VISTA in Windows Mail
Did you double-check to make sure that third line has the actual path
to your image file? I'm not a HTML expert, so all I can do is point you
to some tutorials:
http://www.timeatlas.com/mos/Email/G...r_Live_Ma il/ http://email.about.com/cs/oetipstricks/qt/et112703.htm http://email.about.com/cs/oetipstric...1503.htm--Gary VanderMolen, MS-MVP (Mail)"falmvtex" <falmvtex@discussions.microsoft.com> wrote in messagenews:0C27D990-7857-48C5-9C45-140AB0CD2167@microsoft.com...> Dear Gary,>> Thank you for your response, but that did not seem to correct theproblem. I> can the text which displays my name, address, phone, etc.. but the imagedoes> not show up.>> I did attempt to open the .htm file in my Firefox browser, and noticedthat> it does not open there. Perhaps my html script is wrong?>> -Felix> --> Composer,Pianist,Conductor>>> "Gary VanderMolen" wrote:>>> Modify the third line in the HTML script to say:>> <IMG src="c:\users\myusername\pictures\myimage.jpg">>>> > There seems to be some confusion in the samples I've seen as to whether>> the path needs forward slashes or backslashes.>> -->> Gary VanderMolen, MS-MVP (Mail)>>>>>> "falmvtex" <falmvtex@discussions.microsoft.com> wrote in messagenews:1CECE7A2-1887-4124-9209-90C755232C33@microsoft.com...>> >I recently read posts about the correct way to upload an image into my>> > signature, but am unable to successfully complete the task.>> >>> > I've done two things:>> >>> > 1st - Copied the script...>> > <HTML>>> > <BODY>>> > <IMG src="file://C:\myimages\myimage.jpg">>> > </BODY>>> > </HTML>>> > ... and made sure that the path to my .jpg is correct, then I savedthe file>> > in notepad as a .htm (and later as a .html) and selected the file inthe>> > options menu from Windows Mail.>> >>> > 2nd -I opened a new message, created the signature I wanted (with my>> > name/address/etc..), inserted the image (.jpg) copied the source info.(after>> > selecting the source tab) and pasted that into a notepad, saved it asan .htm>> > and selected that file in the options menu from Windows Mail.>> >>> > Unfortunately something is not right. My image is only 7KB and my .htmfile>> > is 1KB.>> >>> > If it helps, the path to my image is located from my>> > :c/users/myusername/pictures/myimage.jpg>> >>> > Many thanks,>> > Felix>> >>> >>> > -->> > Composer,Pianist,Conductor>>>>>>
|
|

08-06-2008
|
|
|
|
Re: Placing .jpg into my signature using VISTA in Windows Mail
That last post of mine had bad word wrap, so let's try again.
Did you double-check to make sure that third line has the actual path
to your image file? I'm not a HTML expert, so all I can do is point you
to some tutorials:
http://www.timeatlas.com/mos/Email/G...r_Live_Ma il/
http://email.about.com/cs/oetipstricks/qt/et112703.htm
http://email.about.com/cs/oetipstricks/qt/et121503.htm
--
Gary VanderMolen, MS-MVP (Mail)
"falmvtex" <falmvtex@discussions.microsoft.com> wrote in message news:0C27D990-7857-48C5-9C45-140AB0CD2167@microsoft.com...
> Dear Gary,
>
> Thank you for your response, but that did not seem to correct the problem. I
> can the text which displays my name, address, phone, etc.. but the image does
> not show up.
>
> I did attempt to open the .htm file in my Firefox browser, and noticed that
> it does not open there. Perhaps my html script is wrong?
>
> -Felix
> --
> Composer,Pianist,Conductor
>
>
> "Gary VanderMolen" wrote:
>
>> Modify the third line in the HTML script to say:
>> <IMG src="c:\users\myusername\pictures\myimage.jpg">
>>
>> There seems to be some confusion in the samples I've seen as to whether
>> the path needs forward slashes or backslashes.
>> --
>> Gary VanderMolen, MS-MVP (Mail)
>>
>>
>> "falmvtex" <falmvtex@discussions.microsoft.com> wrote in message news:1CECE7A2-1887-4124-9209-90C755232C33@microsoft.com...
>> >I recently read posts about the correct way to upload an image into my
>> > signature, but am unable to successfully complete the task.
>> >
>> > I've done two things:
>> >
>> > 1st - Copied the script...
>> > <HTML>
>> > <BODY>
>> > <IMG src="file://C:\myimages\myimage.jpg">
>> > </BODY>
>> > </HTML>
>> > ... and made sure that the path to my .jpg is correct, then I saved the file
>> > in notepad as a .htm (and later as a .html) and selected the file in the
>> > options menu from Windows Mail.
>> >
>> > 2nd -I opened a new message, created the signature I wanted (with my
>> > name/address/etc..), inserted the image (.jpg) copied the source info. (after
>> > selecting the source tab) and pasted that into a notepad, saved it as an .htm
>> > and selected that file in the options menu from Windows Mail.
>> >
>> > Unfortunately something is not right. My image is only 7KB and my ..htm file
>> > is 1KB.
>> >
>> > If it helps, the path to my image is located from my
>> > :c/users/myusername/pictures/myimage.jpg
>> >
>> > Many thanks,
>> > Felix
>> >
>> >
>> > --
>> > Composer,Pianist,Conductor
>>
>>
>>
|
|

08-06-2008
|
|
|
|
Re: Placing .jpg into my signature using VISTA in Windows Mail
- I'm sorry to report that I was unable to have success using the links. In
terms of double checking the actual path to my image file, I located that by
finding the image in my Windows Explorer, selecting properties, and copying
the location to the HTML notepad document (being sure to include the actual
name of the file as for some reason, the location name stops after the folder
which the file is in (ex. User\Username\Pictures || instead of ||
User\Username\Pictures\name_of_file.jpg"> )
So.... what else is there for me to do? I wish to reiterate that when I open
the .HTML file in a web browser, the image does not display, just that box
with a red "X". I would love to solve this mystery.
Thanks again for your help,
Felix
|
|

08-06-2008
|
|
|
|
Re: Placing .jpg into my signature using VISTA in Windows Mail
You may want to post the contents of your HTML file here.
Sometimes another pair of fresh eyes will spot a small typo.
--
Gary VanderMolen, MS-MVP (Mail)
"falmvtex" <falmvtex@discussions.microsoft.com> wrote in message news:F1AA2E4D-CF82-496C-8A2F-4D10CAC990C3@microsoft.com...
>- I'm sorry to report that I was unable to have success using the links. In
> terms of double checking the actual path to my image file, I located that by
> finding the image in my Windows Explorer, selecting properties, and copying
> the location to the HTML notepad document (being sure to include the actual
> name of the file as for some reason, the location name stops after the folder
> which the file is in (ex. User\Username\Pictures || instead of ||
> User\Username\Pictures\name_of_file.jpg"> )
>
> So.... what else is there for me to do? I wish to reiterate that when I open
> the .HTML file in a web browser, the image does not display, just that box
> with a red "X". I would love to solve this mystery.
>
> Thanks again for your help,
> Felix
|
|

08-06-2008
|
|
|
|
Re: Placing .jpg into my signature using VISTA in Windows Mail
My first attempt:
<HTML>
<BODY>
<IMG src="c:\Users\Felix\Pictures\digital_signature_sig n.jpg">
</BODY>
</HTML>
My second attempt (via creating the file in Windows Mail, finding the source
code, and pasting it in notepad and saving it as htm):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6001.18063" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2><IMG
src="C:\Users\Felix\Pictures\digital_signature_sig n.jpg"></FONT></DIV></BODY></HTML>
--
Composer,Pianist,Conductor
|
|

08-06-2008
|
|
|
|
RE: Placing .jpg into my signature using VISTA in Windows Mail
I think your error might be that the image your linking to is on your c drive
and not attached to the email. Try attaching the image to the email and
changing the path in your html code to reflect its new location.
"falmvtex" wrote:
> I recently read posts about the correct way to upload an image into my
> signature, but am unable to successfully complete the task.
>
> I've done two things:
>
> 1st - Copied the script...
> <HTML>
> <BODY>
> <IMG src="file://C:\myimages\myimage.jpg">
> </BODY>
> </HTML>
> ... and made sure that the path to my .jpg is correct, then I saved the file
> in notepad as a .htm (and later as a .html) and selected the file in the
> options menu from Windows Mail.
>
> 2nd -I opened a new message, created the signature I wanted (with my
> name/address/etc..), inserted the image (.jpg) copied the source info. (after
> selecting the source tab) and pasted that into a notepad, saved it as an .htm
> and selected that file in the options menu from Windows Mail.
>
> Unfortunately something is not right. My image is only 7KB and my .htm file
> is 1KB.
>
> If it helps, the path to my image is located from my
> :c/users/myusername/pictures/myimage.jpg
>
> Many thanks,
> Felix
>
>
> --
> Composer,Pianist,Conductor
|
|

08-06-2008
|
|
|
|
RE: Placing .jpg into my signature using VISTA in Windows Mail
An easy alternative would also be to save the image online and then
reference it in your html (which is what most people do)
> "falmvtex" wrote:
>
> > I recently read posts about the correct way to upload an image into my
> > signature, but am unable to successfully complete the task.
> >
> > I've done two things:
> >
> > 1st - Copied the script...
> > <HTML>
> > <BODY>
> > <IMG src="file://C:\myimages\myimage.jpg">
> > </BODY>
> > </HTML>
> > ... and made sure that the path to my .jpg is correct, then I saved the file
> > in notepad as a .htm (and later as a .html) and selected the file in the
> > options menu from Windows Mail.
> >
> > 2nd -I opened a new message, created the signature I wanted (with my
> > name/address/etc..), inserted the image (.jpg) copied the source info. (after
> > selecting the source tab) and pasted that into a notepad, saved it as an .htm
> > and selected that file in the options menu from Windows Mail.
> >
> > Unfortunately something is not right. My image is only 7KB and my .htm file
> > is 1KB.
> >
> > If it helps, the path to my image is located from my
> > :c/users/myusername/pictures/myimage.jpg
> >
> > Many thanks,
> > Felix
> >
> >
> > --
> > Composer,Pianist,Conductor
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +1. The time now is 09:24.
|
|