Quote:
Originally Posted by jumpsuit
Hey Brian, thanks for the feed back. This is a graphic design newsletter, so it is very image heavy. I didn't use a screenshot, but rather made the newsletter in Photoshop hoping I could just import it to show up as the recipient opened their email. However I'm finding it to be a little more complicated.
I'm basically at step one. For the html extension do I need a specific program to email? if so which would you recommend?
|
All you need to do, is fireup notepad (if your os is windows) or Text Editor if your on Linux and copy this into a blank notepad window:
HTML Code:
<html>
<head><title>Your Newsletter Title Goes Here</title></head
<body>
This is where you will add your actual newsletter content including images, sound and video if you want.
</body>
</html>
Save the above code as an html file ( example: yourfile.html ) and change the above code in between the <body> </body> tag so it looks the way you want
When you are ready to send the code via email, just open up your text editor, perhaps notepad? Then copy and paste the above code after you made the changes you want such as adding images, audio, video, etc into the body of your email message.
I hope that helps...
__________________
Made2Own
Last edited by Brian07002; 01-15-2009 at 07:17 PM..
|