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
    • Email Templates

      Email templates allow you to create personalised, and reusable content for your email communication and marketing. Email templates can be created in the following ways: From templates Using HTML From scratch Creating Email Templates To create an ...
    • Email Templates

      Create an Email Template With Zoho Workerly, it is easy to create Email Templates that you usually send to Temps and Contacts. You can make use of Email Templates rather than having to type the same content for a Temp every time a new job comes up. ...
    • EMAIL TEMPLATES

      Create new templates to suit your organization's needs or use the default templates and edit them as required to align your invites to customers with your company style.  You can use our customization options to: Use dynamic custom fields and ...
    • Email Templates

      ​​​​Create new templates to suit your organization prospects or use the default templates for remote support, unattended access and screen sharing sessions. Save the template and edit it further if needed. Now you can simply go ahead and add your ...