Tableinemail

From SMTX Wiki
Revision as of 21:44, 25 May 2020 by Smtxwiki (talk | contribs) (1 revision imported)
(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 :