Tableinemail

From SMTX Wiki
Revision as of 11:48, 19 December 2016 by Smtxwiki (talk | contribs) (Created page with "An email template sometimes has tables in it. to define the code of those tables, you need to add this (on top) into the code view when editing the email (template) : <sty...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

An email template sometimes has tables in it. to define the code of those tables, you need to add this (on top) into the code view when editing the email (template) :


<style type="text/css">BODY { Arial, Helvetica, sans-serif; font-size:12px; }
TD { font-family:Arial, Helvetica, sans-serif; font-size:12px; }
TR { font-family:Arial, Helvetica, sans-serif; font-size:12px; }
table { font-family:Arial, Helvetica, sans-serif; font-size:12px; }
P { font-family:Arial, Helvetica, sans-serif; font-size:12px; }
</style>

additional tip : vertically alignment of your cells make tables look a lot better :