2 replies
This is a dumb question but, how do I add a banner to my emails. Or better yet to the body of an email.

I looked on the Outlook forum and they had nothing. So I am again turning to warriors for guidance.

I have Outlook 2007 and just downloaded Thunderbird 3. These messages will be going through gmail. Both have been set up per the instructions.

Both say you can add HTML to signatures but when I send them nothing shows up.

Again, this is for a banner. Links I know how to do.

I know how valuable time is so I thank you for your answers.
#email #html
  • Profile picture of the author Stuart Stirling
    try adding this html code in your email signature..

    <a href="http://yourwebsiteorafflink.com"><img src="http://yourwebsite.com/pathtoyourimage.jpeg"></a>

    You see the image code inside the hyperlink code? That's how you
    get your image to display and be clickable.

    Best wishes,
    Stuart Stirling
    {{ DiscussionBoard.errors[2271147].message }}
  • Profile picture of the author Will Edwards
    It the same html as you would use on your website; just remember to use absolute paths for your images. Here's how I do it ...

    <td style="background-color: #FFFFFF; height: 115" width="790"> <img border="0" src="http://www.yousite.com/image.jpg" alt="Image Text Info" width="650" height="130"></td> </tr>

    Cheers,

    Will
    {{ DiscussionBoard.errors[2271149].message }}

Trending Topics