Building the email

When building a new email using MJML, you can use the Email Template Skeleton v3.0 (MJML) for the email skeleton

After compiling the email

  1. Change the email body colour by adding style="background-color:#f6f6f6" to the <body> tag.
  2. Add 5-line spacing between each email section so that there's clear definition between each section
  3. For social media icons, find the <div> tag that has the class mj-column-px-45, change width to 25% from 100%.
  4. In the preference center block replace the words Adjust your preferences to ensure you receive communication on the subjects that interest you from Medtronic. with the dynamic content element
    <span elqid="321" elqtype="DynamicContent" class="remove-absolute" style="display: block"></span>
  5. In the preference center block replace the words Adjust my preferences with the dynamic content element
    <span elqid="322" elqtype="DynamicContent" class="remove-absolute" style="display: block"></span>

If adding the code to an Eloqua dynamic content element

  1. Remove all instances of role="presentation"
  2. Remove any vertical-align attributes