Windows Vista Forums

Placing .jpg into my signature using VISTA in Windows Mail
  1. #1


    falmvtex Guest

    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

      My System SpecsSystem Spec

  2. #2


    Gary VanderMolen Guest

    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@xxxxxx> wrote in message news:1CECE7A2-1887-4124-9209-90C755232C33@xxxxxx

    >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


      My System SpecsSystem Spec

  3. #3


    falmvtex Guest

    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@xxxxxx> wrote in message news:1CECE7A2-1887-4124-9209-90C755232C33@xxxxxx

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

      My System SpecsSystem Spec

  4. #4


    Gary VanderMolen Guest

    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..._or_Live_Mail/ http://email.about.com/cs/oetipstricks/qt/et112703.htm http://email.about.com/cs/oetipstric...1503.htm--Gary VanderMolen, MS-MVP (Mail)"falmvtex" <falmvtex@xxxxxx> wrote in messagenews:0C27D990-7857-48C5-9C45-140AB0CD2167@xxxxxx> 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@xxxxxx> wrote in messagenews:1CECE7A2-1887-4124-9209-90C755232C33@xxxxxx>> >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>>>>>>

      My System SpecsSystem Spec

  5. #5


    Gary VanderMolen Guest

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

    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@xxxxxx> wrote in message news:0C27D990-7857-48C5-9C45-140AB0CD2167@xxxxxx

    > 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@xxxxxx> wrote in message news:1CECE7A2-1887-4124-9209-90C755232C33@xxxxxx

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

      My System SpecsSystem Spec

  6. #6


    falmvtex Guest

    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

      My System SpecsSystem Spec

  7. #7


    Gary VanderMolen Guest

    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@xxxxxx> wrote in message news:F1AA2E4D-CF82-496C-8A2F-4D10CAC990C3@xxxxxx

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

      My System SpecsSystem Spec

  8. #8


    falmvtex Guest

    Re: Placing .jpg into my signature using VISTA in Windows Mail

    My first attempt:

    <HTML>
    <BODY>
    <IMG src="c:\Users\Felix\Pictures\digital_signature_sign.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_sign.jpg"></FONT></DIV></BODY></HTML>
    --
    Composer,Pianist,Conductor


      My System SpecsSystem Spec

  9. #9


    Xiov Guest

    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

      My System SpecsSystem Spec

  10. #10


    Xiov Guest

    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

      My System SpecsSystem Spec

Page 1 of 2 12 LastLast
Placing .jpg into my signature using VISTA in Windows Mail problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
Placing a JPEG in my Signature Beejaysoo Live Mail 4 20 Dec 2008
Windows mail signature EddyIsles Vista mail 6 08 Nov 2008
Windows Mail signature Reed Vista mail 3 05 Jul 2008
Placing a graphic in the email signature TCD Vista mail 8 27 Nov 2007
windows mail - signature Mander Vista mail 4 20 Nov 2007