Some customizations in my email templates are not reflected. Why?

Some customizations in my email templates are not reflected. Why?

Some of the customizations that you make in the HTML code of your email templates will not be reflected in the templates. Following are two such code customizations that will not work.

      1.Avoid using Proprietary Styles and Custom Tags as they are not supported.
      For example, in the following snippet, the code in red is a proprietary style from MS Word and the code in blue       is a custom tag.

      <p class="

      MsoNormal

      "><b><i><span style="color:#FFC000">I am not feeling well today

      <o:p>

      Test

      </o:p>

      </span></i></b></p>
     
      2. Avoid using Class Level Styling as they are not supported.
      For example an "class" attribute for a element will not work. For "btn", the class attribute could be       ".btn{color:red,font-size:10px}". In that case, <td class="btn">New Button</td> will not work.Instead you       can write an inline style,
      <td style="color:red,font-size:10px">New Button</td>
    • Related Articles

    • Email templates

      Design customized Email Templates Help guide Creating Email templates
    • What type of different templates I can create using Inventory Templates?

      Using the Inventory template feature you can create personalized templates for quotes, sales order, invoices, and purchase orders. Read more about creating the templates from the below resources: Create Inventory templates Delete Inventory templates ...
    • Creating Email Templates

      Communicating with customers is an important activity in any business scenario. Zoho CRM provides Email Templates to send one message to multiple recipients. Email templates can be also be used to send Mass Emails to leads/contacts or send Email ...
    • Troubleshooting Email Templates

      1. Product details are not populated in the table created in a template. Product details will only be available if the default product table in the template has been added. If the fields in the Product Details section are added separately, the values ...
    • Creating Inventory Templates

      With the Zoho CRM - Inventory Templates functionality, you can customize the Quote, Purchase Order, Sales Order and Invoice print layout as per your business requirements. As part of the template customization, you can change the fields in the print ...