How do I create an interactive email newsletter with pictures? Software? web sites? Any help please. Thanks?

Written by admin on November 16th, 2008

email newsletter
iHEARTart asked:


I need to create a company internal newsletter and I would like to make it interactive, such as adding custom made buttons that click to show/hide more info. Also need to show photos and maybe animated giffs. I don’t know ‘flash’ but I know ‘Photoshop’. Also, do you know of any websites that offer examples? Thank you for your time.

Email newsletter related posts:

This entry was posted on Sunday, November 16th, 2008 at 5:35 am and is filed under Programming & Design. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

One Response to “How do I create an interactive email newsletter with pictures? Software? web sites? Any help please. Thanks?”

  1. i_hates_spam Says:

    What you want to do is fairly complex and would require extensive HTML / script coding experience.

    That said, the way you make an HTML e-mail letter with images is to basically have your images, etc. stored on a Web server that allows hotlinking.

    For example, suppose you company’s Web server is located at and you store your newsletter images in a folder named newsletter.

    Then, if this was the HTML text of your newsletter, you would be able to see the images:

    Newsletter

    Hello World!
    This is our new newsletter. Hope you like it.

    In other words, you simply edit the body text of your newsletter to be in HTML, using absolute addressing for all links, then send that to the recipients.

    This may help you more:

Leave a Reply

*