Things You'll Need:
- HTML text editor
- Email application
- Web server
-
Step 1
Open a new file in an HTML text editor, such as BBEdit or Dreamweaver.
-
Step 2
Create a table to hold your email message. HTML tables work better for the design and layout of an email message.
-
Step 3
Enter your text.
-
Step 4
Add any inline CSS formatting for fonts or background colors, if preferred. Keep the CSS to just fonts or format, because some email applications will not display anything more complex than that.
-
Step 5
Insert any desired graphics into the page. Keep the graphics to a minimum so as not to create long download times for your email recipients.
-
Step 6
Name your file "template" and save it with the ".html" extension. In some HTML text editors, such as Dreamweaver, you can choose to save your file as a template from the toolbar. This allows you to name and describe your template for future use.
-
Step 7
Place your HTML file and any graphics into a folder on your web server. All HTML files and graphics must have an absolute URL to work, for example, http://www.mywebhost.com/images/graphic.jpg
-
Step 8
Create copies of your HTML email template by using your HTML text editor's Copy function. You can now create a new message containing the master outline.










