Lesson: Email Templates Coding

December 1st, 2008

General Notes

An Email template is usually sent as a single-part or a multi-part. There are several MIME types associated with the various parts, the most common being text/plain, text/enriched and text/html. The only MIME type on topic for this WIKI is the HTML. This document addresses CSS that works safely in the majority of cases...

HTML coding without hacks

November 24th, 2008

When using semantic coding each developer will necessarily face the problem of compatibility in different browsers. In most cases it is necessary to use “hacks” to solve these problems. Usually this means a special way of writing selectors or rules which would work only in a concrete browser. However compatibility with CSS in the majority of browsers has already reached the level when it is necessary to limit “hacks” usage...