Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Embed image in email?  (Read 5368 times)

0 Members and 1 Guest are viewing this topic.

teezy4life

    Topic Starter


    Beginner

  • Blah.
  • Thanked: 1
    Embed image in email?
    « on: July 20, 2009, 03:50:43 PM »
    Okay so my friend has an AIM status icon (running man, away image, offline running man, etc.) image in her email signature, and I want it too. So I got the URL for the image alone (http://presence.webmail.aol.com/mailsig/?sn=xxxxxxx) where "xxxx" is your screenname, but it links to another image
    such as:
    http://o.aolcdn.com/aim/img/away.gif (away)
    http://o.aolcdn.com/aim/img/online.gif (online)
    http://o.aolcdn.com/aim/img/offline.gif (offline)

    I've tried the "<a href>" method, "[IMG]" method, and all I see in my signature is ....HTML code...
    So..help!
    Please?
    Some iTunes library huh?

    kpac

    • Web moderator
    • Moderator


    • Hacker

    • kpac®
    • Thanked: 184
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 7
    Re: Embed image in email?
    « Reply #1 on: July 20, 2009, 03:53:52 PM »
    Your signature on the forum? It doesn't accept HTML. Try BBCode, using this

    Code: [Select]
    [img]link to image[/img]

    teezy4life

      Topic Starter


      Beginner

    • Blah.
    • Thanked: 1
      Re: Embed image in email?
      « Reply #2 on: July 20, 2009, 03:54:25 PM »
      Nooo lol it's for email
      Some iTunes library huh?

      kpac

      • Web moderator
      • Moderator


      • Hacker

      • kpac®
      • Thanked: 184
        • Yes
        • Yes
        • Yes
      • Certifications: List
      • Computer: Specs
      • Experience: Expert
      • OS: Windows 7
      Re: Embed image in email?
      « Reply #3 on: July 20, 2009, 03:57:39 PM »
      Oh, sorry...... ;D

      Are you using Outlook? Or is it a web based email?
      What you want is this:

      Code: (html) [Select]
      <img src="http://presence.webmail.aol.com/mailsig/?sn=xxxxxxx" />

      teezy4life

        Topic Starter


        Beginner

      • Blah.
      • Thanked: 1
        Re: Embed image in email?
        « Reply #4 on: July 22, 2009, 04:30:03 PM »
        It is web-based email.
        I figured it out!!
        Yay me! Haha
        Thanks :)
        Some iTunes library huh?

        kpac

        • Web moderator
        • Moderator


        • Hacker

        • kpac®
        • Thanked: 184
          • Yes
          • Yes
          • Yes
        • Certifications: List
        • Computer: Specs
        • Experience: Expert
        • OS: Windows 7
        Re: Embed image in email?
        « Reply #5 on: July 23, 2009, 03:25:23 AM »
        Glad you got it going.