Wednesday, October 21, 2009

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

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.

How do I create an interactive email newsletter with pictures? Software? web sites? Any help please. Thanks!?
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 http://www.mycompany.com/ 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:





%26lt;html%26gt;


%26lt;head%26gt;


%26lt;title%26gt;Newsletter%26lt;/title%26gt;


%26lt;/head%26gt;


%26lt;body%26gt;


%26lt;h4%26gt;Hello World!%26lt;/h4%26gt;


%26lt;p%26gt;This is our new newsletter. Hope you like it.%26lt;/p%26gt;


%26lt;img src="http://www.mycompany.com/newsletter... /%26gt;






%26lt;/body%26gt;


%26lt;/html%26gt;





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:





http://www.sitepoint.com/article/code-ht...


No comments:

Post a Comment