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...

Tables vs DIVs

November 28th, 2008

Many disputes go round a choice and preference of coding. Even very skilled slicers continue to slice with tables (tags <table> … </table>) till now, but more and more masters use and propagandize coding with layers, blocks or “div” slicing ( tags <div> … </div>). It is necessary to have more experience, abilities and skills for the last one, but you only need to practice a little, and you will master it...