------------------------------------------------------------- Designing Email Templates for Password Reminder PRO 2010 SysOp Tools - www.sysoptools.com - All rights Reserved Use of the reminder email templates is with express permission and consent by SysOp Tools in accordance with our EULA and TOS ------------------------------------------------------------- !!! DO NOT use Microsoft Word or FrontPage to Edit the Templates !!! ---------------------------------------------------- --- Creating good HTML templates for email use: ---- Ever wonder why those annoying fancy marketing emails always look good in your email client? Here are a few email design tips to help you look like a pro. --- Use Inline styles: ----------------------------- Always use "inline" CSS styles when designing an email template. Do not place CSS styles in the HTML
tag, and do not link to external CSS files. Many email clients cannot use head tag CSS or external files. An example of an "inline" CSS style for a paragraph is:Hello user
. This means your design style is always "inline" with the page elements. Inline styles guarantee your created HTML email will always look nice in all email clients. --- Use a table for the email body contents: ------- The body of your email should always be contained in a