Tableinemail: Difference between revisions

From SMTX Wiki
Jump to navigation Jump to search
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..."
 
m 1 revision imported
 
(No difference)

Latest revision as of 21:44, 25 May 2020

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 :