Ask Experts Questions for FREE Help !
Ask
    Hypatia's Avatar
    Hypatia Posts: 163, Reputation: 27
    Junior Member
     
    #1

    Mar 5, 2006, 10:39 PM
    Linking a banner
    My friend asked me the code used to link a banner pic inserted in his email to his website. He wishes to put the animated banner in his emails and have the recipient be able to click the banner and be directed to his website.

    The first question is how to insert the banner picture into his email?
    The second is what is the code/way to link this image to his website so when clients click it, they are directed to his website?
    Is there specific code that can be used to link the animation to his site when posted anywhere?

    Help,
    Hypatia
    NeedKarma's Avatar
    NeedKarma Posts: 10,635, Reputation: 1706
    Uber Member
     
    #2

    Mar 6, 2006, 05:46 AM
    You would have to create an html email first and since most email clients do not display images by default or are set to Rich Text or Plain Text no one will see his image link.

    Anyway here is how the code looks:
    Code:
    <A HREF="http://www.htmlgoodies.com"><IMG  SRC="homepage.gif"></A>
    LTheobald's Avatar
    LTheobald Posts: 1,051, Reputation: 127
    Ultra Member
     
    #3

    Mar 6, 2006, 09:49 AM
    Just a little addition to Need's code. Add an "alt" tag to the image. A lot of email clients nowadays block images in emails unless you OK them. This will mean that a red cross could be shown in place of the image. An alt tag will ensure that if the image isn't shown, that some reasonably descriptive text will be.

    Code:
    <a href="http://www.somewhere.com"><img src="http://www.somewhere.com/images/image.gif" alt="Banner for Somewhere" /></a>
    Also - upload your picture to somewhere on the internet (PhotoBucket for example) and place that link into the img tag. Just linking to the file on your PC is not going to work when you send that email out.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Linking Cell Within Same Book [ 2 Answers ]

Hello::confused: How do I link cells in worksheet to cells in another worksheet within the same book? When editing data in a worksheet, I would like for it to automatically update the summary page. Thanks PCan

Excel: Linking from one worksheet to another [ 8 Answers ]

I'd like to link from a cell in one worksheet to a LINE in another. If that doesn't make sense, I've got a member list of people with address, phone, etc. For folk that have not renewed this year, I want to have a separate worksheet that documents my contact efforts... so to link from the...

The first Web site to feature a banner ad [ 2 Answers ]

Hi pals What was the first Web site to feature a banner ad ?

Banner Ads [ 19 Answers ]

Hi all Just wondering what everyone's experience was with banner ads and their success. Has anyone changed one particular thing and found it made all the difference? I work at a youth social website with thousands of members and am looking to crack the American market and need to know all the...


View more questions Search