This page creates a macro from an html file. The macro can be used by people with Windows XP and Microsoft Office XP to write fancy emails. This page may particularly useful for IT professionals with clients who are interested in sending html formatted emails.
Please copy an html file below, keeping the following in mind:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <title>sexy message from me</title> </head> <body style="background-color: #D4D0C8; padding: 0px; margin: 0px auto 0px auto;"> <div id="container" style="background-color: #D4D0C8; padding: 0px; margin-left: auto; margin-right: auto;" align="center"> <div id="main" style="background-color: white; margin: 0px auto 0px auto; width: 380px; padding: 20px;" align="Center"> <p style="padding: 0px; margin: 0px; text-align: center; color: #333333; "> <br> double-click to edit <br> </p> </div> </div> </body> </html>