Re: 2.0 Email Template Corrupted

Kim_Gandy1
Level 7

2.0 Email Template Corrupted

I've tried to create multiple emails from 2.0 templates and after I've done just enough work to feel accomplished, the email becomes corrupted and I get this error. Roar! Any idea what is causing this? The only edits I've made to the emails so far is duplicate and rename existing modules in the template.

I've tried to download the HTML to work in Dreamweaver, and that doesn't recover the work either.

4 REPLIES 4
Josh_Hill13
Level 10 - Champion Alumni

Re: 2.0 Email Template Corrupted

hard to know without seeing the code. The webkit error tends to happen for reasons not associated to HTML.

Chris_Reed
Level 1

Re: 2.0 Email Template Corrupted

I am having the same issue. I edited the HTML, pasted into email template and now it's caying "Cannot load email" that was created from the template:

HERE IS MY CODE:

<!DOCTYPE html>

<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">

<head>

<meta class="mktoString" id="utm-medium" mktoModuleScope="false" mktoName="UTM Medium=" default="edm">

<meta class="mktoString" id="utm-source" mktoModuleScope="false" mktoName="UTM Source=" default="">

<meta class="mktoString" id="utm-content" mktoModuleScope="false" mktoName="UTM Content=" default="">

<meta class="mktoString" id="utm-campaign" mktoModuleScope="false" mktoName="UTM Campaign=" default="">

<meta class="mktoString" id="headerFontSize" mktoName="Header Font Size" default="16" mktoModuleScope="true" />

<meta class="mktoString" id="subHeaderFontSize" mktoName="Sub Header Font Size" default="16" mktoModuleScope="true" />

<meta class="mktoList" id="footerBackgroundColor" mktoName="Footer Background Color" values="#0B7CC0, #000000" default="#000000" />

<meta class="mktoImg" id="iIconImage" mktoname="Event Icon" default="http://na-ab27.marketo.com/rs/412-EZS-256/images/icon_lines.png" mktomodulescope="true" />

<meta class="mktoImg" id="SpeakerIconImage" mktoname="Speaker Icon Image" default="http://na-ab27.marketo.com/rs/412-EZS-256/images/icon_retina_person_01-01.jpg" mktomodulescope="true" />

<meta class="mktoImg" id="SponsorIconImage" mktoname="Sponsor Icon" default="http://na-ab27.marketo.com/rs/412-EZS-256/images/icon_sponsors.png" mktomodulescope="true" />

<meta class="mktoString" id="spacerSpacer" mktoname="Height" default="25" mktomodulescope="true" />

<meta class="mktoString" id="topSpacer" mktoname="Top Height" default="25" mktomodulescope="true" />

<meta class="mktoString" id="bottomSpacer" mktoname="Bottom Height" default="25" mktomodulescope="true" />

<meta class="mktoString" id="eventTypeTitle" mktoname="Event Type Title" default="Live Event" mktomodulescope="true" />

<meta class="mktoString" id="downloadWebinarURL" mktoname="Download Webinar URL" default="Enter URL Here" mktomodulescope="true" />

<meta class="mktoString" id="speakersTitle" mktoname="Live Event Speakers Title" default="Featured Speakers" mktomodulescope="true" />

<meta class="mktoList" id="buttonBackgroundColor" mktoName="Button Background Color" values="#ffffff, #000000" default="#ffffff" />

     <meta class="mktoList" default="1px solid #ADD8E6" id="borderDisplay" mktoname="Border- Top - Display" values="1px solid #ADD8E6, none"/>

<!-- <meta class="mktoList" id="borderColor" mktoName="Border Color" values="1px solid #ADD8E6, 1px solid #1b1b1b" default="1px solid #000000" /> -->

<!-- utf-8 works for most cases -->

<meta charset="utf-8">

<meta name="viewport" content="width=device-width">

<!-- Forcing initial-scale shouldn't be necessary -->

<meta http-equiv="X-UA-Compatible" content="IE=edge">

<!-- Use the latest (edge) version of IE rendering engine -->

<meta name="x-apple-disable-message-reformatting">

<!-- Disable auto-scale in iOS 10 Mail entirely -->

<title></title>

<!-- The title tag shows in email notifications, like Android 4.4.

-->

<!-- Web Font / @font-face : BEGIN -->

<!-- NOTE: If web fonts are not required, lines 10 - 27 can be safely removed.

-->

<!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font.

-->

<!--[if mso]>

<style>

            * {

                font-family: sans-serif !important;

            }

        </style>

    <![endif]-->

<!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks.

More on that here: http://stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->

<!--[if !mso]><!-->

<!-- insert web font reference, eg:

<link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'>

-->

<!--<![endif]-->

<!-- Web Font / @font-face : END -->

<!-- CSS Reset : BEGIN -->

<style>

/* What it does: Remove spaces around the email design added by some email clients.

*/

        /* Beware: It can remove the padding / margin and add a background color to the compose a reply window.

*/

html, body {

margin: 0 auto !important;

padding: 0 !important;

height: 100% !important;

width: 100% !important;

}

/* What it does: Stops email clients resizing small text.

*/

* {

-ms-text-size-adjust: 100%;

-webkit-text-size-adjust: 100%;

}

/* What it does: Centers email on Android 4.4 */

div[style*="margin: 16px 0"] {

margin: 0 !important;

}

/* What it does: Stops Outlook from adding extra spacing to tables.

*/

.mob-top {

height:10px!important  

}

.mob-bottom {

height:10px!important  

}

table, td {

mso-table-lspace: 0pt !important;

mso-table-rspace: 0pt !important;

}

/* What it does: Fixes webkit padding issue.

Fix for Yahoo mail table alignment bug.

Applies table-layout to the first 2 tables then removes for anything nested deeper.

*/

       

table {

border-spacing: 0 !important;

border-collapse: collapse !important;

table-layout: fixed !important;

margin: 0 auto !important;

}

table table table {

table-layout: auto;

}

/* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS.

Styles for underlined links should be inline.

*/

a {

text-decoration: none;

}

/* What it does: Uses a better rendering method when resizing images in IE.

*/

img {

-ms-interpolation-mode: bicubic;

}

/* What it does: A work-around for email clients meddling in triggered links.

*/

*[x-apple-data-detectors],  /* iOS */ .unstyle-auto-detected-links *, .aBn {

border-bottom: 0 !important;

cursor: default !important;

color: inherit !important;

text-decoration: none !important;

font-size: inherit !important;

font-family: inherit !important;

font-weight: inherit !important;

line-height: inherit !important;

}

/* What it does: Prevents Gmail from displaying a download button on large, non-linked images.

*/

.a6S {

display: none !important;

opacity: 0.01 !important;

}

/* If the above doesn't work, add a .g-img class to any image in question.

*/

img.g-img + div {

display: none !important;

}

/* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */

        /* Create one of these media queries for each additional viewport size you'd like to fix */

        /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */

@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {

.email-container {

min-width: 320px !important;

}

}

/* iPhone 6, 6S, 7, 8, and X */

@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {

.email-container {

min-width: 375px !important;

}

}

/* iPhone 6+, 7+, and 8+ */

@media only screen and (min-device-width: 414px) {

.email-container {

min-width: 414px !important;

}

}

</style>

<!-- CSS Reset : END -->

<!-- Reset list spacing because Outlook ignores much of our inline CSS.

-->

<!--[if mso]>

<style type="text/css">

        ul,

        ol {

            margin: 0 !important;

        }

        li {

            margin-left: 30px !important;

        }

        li.list-item-first {

            margin-top: 0 !important;

        }

        li.list-item-last {

            margin-bottom: 10px !important;

        }

    </style>

    <![endif]-->

<!-- Progressive Enhancements : BEGIN -->

<style>

/* What it does: Hover styles for buttons */

.button-td,  .button-a {

  transition: all 100ms ease-in;

}

/* Media Queries */

@media screen and (max-width: 600px) {

.email-container {

  width: 100% !important;

  margin: auto !important;

}

/* What it does: Forces elements to resize to the full width of their container.

Useful for resizing images beyond their max-width.

*/

.fluid {

  max-width: 100% !important;

  height: auto !important;

  margin-left: auto !important;

  margin-right: auto !important;

}

/* What it does: Forces table cells into full-width rows.

*/

.stack-column,  .stack-column-center {

  display: block !important;

  width: 100% !important;

  max-width: 100% !important;

  direction: ltr !important;

}

/* And center justify these ones.

*/

.stack-column-center {

  text-align: center !important;

}

/* What it does: Generic utility class for centering.

Useful for images, buttons, and nested tables.

*/

.center-on-narrow {

  text-align: center !important;

  display: block !important;

  margin-left: auto !important;

  margin-right: auto !important;

  float: none !important;

}

table.center-on-narrow {

  display: inline-block !important;

}

/* What it does: Adjust typography on small screens to improve readability */

.email-container p {

  font-size: 17px !important;

}

}

</style>

<!-- Progressive Enhancements : END -->

<!-- What it does: Makes background images in 72ppi Outlook render at correct size.

-->

<!--[if gte mso 9]>

    <xml>

        <o:OfficeDocumentSettings>

            <o:AllowPNG/>

            <o:PixelsPerInch>96</o:PixelsPerInch>

        </o:OfficeDocumentSettings>

    </xml>

    <![endif]-->

</head>

<!--

    The email background color (#222222) is defined in three places:

    1.

body tag: for most email clients

    2.

center tag: for Gmail and Inbox mobile apps and web versions of Gmail, GSuite, Inbox, Yahoo, AOL, Libero, Comcast, freenet, Mail.ru, Orange.fr

    3.

mso conditional: For Windows 10 Mail

-->

<body width="100%" style="margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: #ffffff;">

<center style="width: 100%; background-color: #ffffff;">

<!--[if mso | IE]>

   

<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #ffffff;">

   

<tr>

<td>

    <![endif]-->

<!-- Visually Hidden Preheader Text : BEGIN -->

<!-- Visually Hidden Preheader Text : END -->

<!-- Create white space after the desired preview text so email clients don’t pull other distracting text into the inbox preview.

Extend as necessary.

-->

<!-- Preview Text Spacing Hack : BEGIN -->

<div style="display: none; font-size: 1px; line-height: 1px; max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden; mso-hide: all; font-family: sans-serif;"> &zwnj; &zwnj; &zwnj; &zwnj; &zwnj; &zwnj; &zwnj; &zwnj; &zwnj; &zwnj; &zwnj; &zwnj; &zwnj; &zwnj; &zwnj; &zwnj; &zwnj; &zwnj;  </div>

<!-- Preview Text Spacing Hack : END -->

<!-- Email Body : BEGIN -->

<table class="mktoContainer" id="template-wrapper" style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: collapse;" align="center" border="0" cellpadding="0" cellspacing="0" width="600">

  <tr id="logoPartner"  class="mktoModule" mktoname="Logo Bar - BlackLine/Partner">

    <td style="text-align: left"  align="left" border="0" cellpadding="0" cellspacing="0"  ><table width="100%">

        <tr>

            <td colspan="2"> </td>

        </tr>

        <tr>

          <td align="left"><div><a href="http://info.blackline.com/f00pq1V00d004Q30GfPF000" target="_blank"><img src="https://pages.blackline.com/rs/815-GQP-915/images/BL-logo-black.png" alt="BlackLine" width="139" height="30" border="0"></a></div></td>

          <td align="right">{{my.PartnerLogo}}</td>

        </tr>

        <tr>

            <td colspan="2"> </td>

        </tr>

      </table></td>

  </tr>

  <tr id="follow-up-text"  class="mktoModule" mktoname="Header Confirmation  - Follow Up" mktoAddByDefault="false">

    <td style="background-color:#097ac0" bgcolor="#097ac0" height="50" align="center"><table width="100%">

        <tr>

          <td style="color: #ffffff; font-family: arial; font-weight: bold; " align="center"><div id="headeronetext" class="mktoText" mktoName="Header One Text" style="color:#ffffff" >WE MISSED YOU</div></td>

        </tr>

      </table></td>

  </tr>

  <tr id="heroFollowUpButton"  class="mktoModule" mktoname="Hero – Follow Up with Download Button " mktoAddByDefault="false" >

    <td height="100" align="center" style="border-left: 1px solid #cccccc;"><table width="100%" >

        <tr>

          <td style="border-right: 1px solid #cccccc;"> </td>

        </tr>

        <tr>

          <td width="100%" align="center" id="headerFollowUptext" class="mktoText" mktoName="Hero Follow Up button Header" style="color:#444444; font-family: arial; font-weight: bold;border-right: 1px solid #cccccc;" >{{my.EventName}} </td>

        </tr>

        <tr>

          <td style="border-right: 1px solid #cccccc;"> </td>

        </tr>

        <tr>

          <td align="center" style="text-align: center;border-right: 1px solid #cccccc;"><table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">

                       

                        <tr>

                            <td style="padding: 0 20px 20px;">

                                <!-- Button : BEGIN -->

                                <table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" style="margin: auto;">

                                    <tr>

                                        <td class="button-td button-td-primary mktEditable" id="followUpButtonTxt" style="border-radius: 4px; background: #0B7CC0;">

<a class="button-a button-a-primary" href="{{my.EventRecordingURL}}" style="background: #0B7CC0; border: 1px solid #0B7CC0; font-family: sans-serif; font-size: 15px; line-height: 15px; text-decoration: none; padding: 13px 17px; color: #ffffff; display: block; border-radius: 4px;">Enter Button Text here</a>

</td>

                                    </tr>

                                </table>

                                <!-- Button : END -->

                            </td>

                        </tr>

                    </table></td>

        </tr>

      </table></td>

  </tr>

  <tr id="HeroblogPromo" class="mktoModule" mktoname="Hero - Blog Promo" mktoAddByDefault="false">

    <td><table width="100%">

        <tr>

          <td><p style="font-family:arial"  class="mktEditable" id="dearAcctPro" mktoName="Dear Accounting Professional Text">   Dear Accounting Professional</p></td>

        </tr>

        <tr>

          <td height="25" bgcolor="#fff" style="text-align:center; " class="mktEditable" id="dearAcctProSub" mktoName="Dear Accounting Professional Sub Text"><strong style="font-family: arial;">Do you hand off the financial statements with confidence?</strong></td>

        </tr>

        <tr>

          <td align="center" valign="top" width="100%" style="max-width:700px; display:block; "><div >

              <div><a href="https://www.blackline.com/customers/teva-pharmaceuticals" target="_blank"><img style="display: block; width: 100%; max-width: 350px; height: auto; font-family: 'Roboto', Arial, sans-serif; font-size: 24px; font-weight: 300; color: #ffffff; text-align: center;" src="{{my.EM_Image}}" alt="The Manufacturing Industry's 2018 New Year Resolution" width="500"></a></div>

            </div></td>

        </tr>

        <tr>

          <td> </td>

        </tr>

      </table></td>

  </tr>

  <tr class="mktoModule" id="confirmationHeroBox" mktoname="Hero - Confirmation / Reminder" mktoAddByDefault="false">

    <td bgcolor="#ffffff" style="border-left:1px solid #ADD8E6; border-right:1px solid #ADD8E6;">

        <table width="100%" cellspacing="0" cellpadding="0" border="0">

        <tr>

            <td> </td>

        </tr>

        <tr>

               <td colspan="2" class="body-text" style="color:#444444; font-family:arial; font-weight:bold; font-size:15px; text-align:center; line-height:38px;"><div class="mktoText" id="confirmationEventTitle" mktoName="Event Confirmation/Reminder Title">${eventTypeTitle}</div></td>

        </tr>

             <tr>

            <td> </td>

        </tr>

         <tr>

            <td colspan="2" align="center" class="body-text" style="color:#444444; font-family:arial; font-size:26px; line-height:38px;"><div class="mktoText" id="confirmationEventName" mktoName="Event Confirmation Name">

                         {{my.EventName}}

                        </div></td>

        </tr>

              <tr>

            <td> </td>

        </tr>

         <tr>

            <td align="center"><img src="https://pages.blackline.com/rs/815-GQP-915/images/icon_retina_calendar_dark.png" width="45" height="45" border="0" style="display: block;" alt="date" /></td>

             <td align="center"><img style="display: block;" src="https://pages.blackline.com/rs/815-GQP-915/images/proxyAsset-dark.png" border="0" alt="time" width="45" height="45" /></td>

        </tr>

         <tr>

            <td> </td>

        </tr>

              <tr>

            <td align="center">  <div align="center" style="font-family: sans-serif; color: #444444; font-size: 14px; line-height: 28px;">{{my.EventDate}} </div></td>

             <td align="center">  <div salign="center" style="font-family: sans-serif; color: #444444; font-size: 14px; line-height: 28px;"> {{my.EventTime}}</div></td>

        </tr>

            <tr>

                <td> </td>

            </tr>

        </table>

        </td>

  </tr>

  <tr id="hero-section"  class="mktoModule" mktoname="Hero Primary">

    <td><table width="100%">

        <tr >

         

          <!-- Bulletproof Background Images c/o https://backgrounds.cm -->

          <td valign="middle" style="text-align: center; background-image: url('{{my.EM_Image}}'); background-color: #222222; background-position: center center !important; background-size: cover !important;height:300px!important;" colspan="2"><!--[if gte mso 9]>

                        <v:image xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="border: 0; display: inline-block; width: 700px; height: 300px;" src="{{my.EM_Image}}" />

                        <v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="border: 0; display: inline-block; position: absolute; width: 600px; height: 300px;margin-left:55px;">

                        <v:fill opacity="0%" color="#222222"/>

                        <![endif]-->

           

            <div>

              <!--[if mso]>

                           

<table align="center" role="presentation" border="0" cellspacing="0" cellpadding="0" width="450">

<tr>

<td height="80"> </td>

</tr>

                           

<tr>

<td valign="top" width="450">

                            <![endif]-->

             

              <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:800px; margin: auto;">

                <tr>

                  <td align="center" width="450px"><p style="margin: 0; color: #fff; font-family: arial;font-size: ${headerFontSize}px;" id="heroHeader" class="mktoText" mktoname="Hero Header">LIVE WEBINAR</p>

                    <h2 style="line-height:35px; color: #fff; font-family: arial;font-size: ${subHeaderFontSize}px; " id="heroSubHeader" class="mktoText" mktoname="Hero Sub Header">{{my.EventName}}</h2></td>

                </tr>

                <tr>

                  <td valign="middle" style="text-align: center; font-family: sans-serif; font-size: 15px; color: #ffffff;"></td>

                </tr>

              </table>

              <!--[if mso]>

                            </td>

                           

</tr>

                           

</table>

                            <![endif]-->

            </div>

           

            <!--[if gte mso 9]>

                        </v:fill>

                        </v:rect>

                        </v:image>

                        <![endif]--></td>

        </tr>

      </table></td>

  </tr>

  <tr id="FIWsection"  class="mktoModule" mktoname=" Hero - Finance Innovation Week" mktoAddByDefault="false">

    <td><table width="100%">

        <tr >

         

          <!-- Bulletproof Background Images c/o https://backgrounds.cm -->

          <td valign="middle" style="text-align: center; background-image: url('{{my.EM_Image}}'); background-color: #222222; background-position: center center !important; background-size: cover !important;height:300px!important;" colspan="2"><!--[if gte mso 9]>

                        <v:image xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="border: 0; display: inline-block; width: 700px; height: 300px;" src="{{my.EM_Image}}" />

                        <v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="border: 0; display: inline-block; position: absolute; width: 600px; height: 300px;margin-left:55px;">

                        <v:fill opacity="0%" color="#222222"/>

                        <![endif]-->

           

            <div>

              <!--[if mso]>

                           

<table align="center" role="presentation" border="0" cellspacing="0" cellpadding="0" width="450">

<tr>

<td height="80"> </td>

</tr>

                           

<tr>

<td valign="top" width="450">

                            <![endif]-->

             

              <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:800px; margin: auto;">

                <tr>

                  <td align="center" width="450px"><img src="${iIconImage}" width="80" height="80" alt="Icon" style="display: block;text-align: center">

                    <h1 style="line-height:35px; font-size:20px;color: #fff; font-family: arial;letter-spacing: 5px; text-align: center; border-bottom: 3px solid #ffffff; width:350px" id="hero2SubHeader" class="mktoText" mktoname="Hero Two Sub Header">FINANCE <br>

                      INNOVATION WEEK</h1></td>

                </tr>

                <tr>

                  <td align="center"><img src="${SponsorIconImage}" width="360" alt="Icon" style="display: block;text-align: center"></td>

                </tr>

                <tr>

                  <td> </td>

                </tr>

              </table>

              <!--[if mso]>

                            </td>

                           

</tr>

                           

</table>

                            <![endif]-->

            </div>

           

            <!--[if gte mso 9]>

                        </v:fill>

                        </v:rect>

                        </v:image>

                        <![endif]--></td>

        </tr>

      </table></td>

  </tr>

  <tr id="eventInfo"  class="mktoModule" mktoname="Header  - Webinar Information">

    <td><table width="100%">

        <tr>

          <td bgcolor="#000000" height="50" width=""><p style="font-size:15px!important;color: #ffffff; font-family: arial;text-align: center;" class="mktEditable" id="eventDetails">{{my.EventDate}} | {{my.EventTime}} </p></td>

        </tr>

      </table></td>

  </tr>https://pages.blackline.com/rs/81

  <tr id="content_reminder"  class="mktoModule" mktoname="Content - How To View Webinar" mktoAddByDefault="false">

    <td style="border-left:1px solid #ADD8E6; border-right:1px solid #ADD8E6;"><table width="100%" bgcolor="#ffffff">

        <tr>

          <td align="left" valign="top" style="padding:25px 0 40px 0; font-family:sans-serif;"><div class="mktEditable" id="subheader">

              <h2 style="text-align: left; font-size: 20px; color: #444444; margin: 28px; font-family: sans-serif; padding-bottom: 5px;">How to View the Webinar</h2>

            </div>

            <div class="mktEditable" id="main-content">

              <p style="color: #444444; font-size: 13px; line-height: 26px; text-align: left; margin: 28px;"><strong>VIEW THE PRESENTATION</strong> - <a style="color: #097ac0; font-weight: bold; text-decoration: none;" href="https://event.on24.com/wcc/r/1808592/7DDD41CCA932DF52D733F1668920D945" target="_blank">JOIN NOW</a><br>

                If you have a pop-up blocking software installed and it is active you many need to temporarily disable to participate in this event.</p>

              <p style="color: #444444; font-size: 13px; line-height: 26px; text-align: left; margin: 28px;"><strong>AUDIO</strong><br>

                Verify that your speakers are plugged into the power outlet, turned on and up, and connected to the audio port of the computer. For IE7, Java needs to be enabled in the 'Manage Add-ons' section under Tools, Manage Add-ons. Lastly, please make sure you have Flash Player 10 and above. The Audio portion for such events is made available using Flash technology.</p>

              <p style="color: #444444; font-size: 13px; line-height: 26px; text-align: left; margin: 28px;"><strong>BROWSER REQUIREMENTS</strong><br>

                To view the webinar you must use a supported browser: Internet Explorer 7+ or the latest versions of Firefox or Chrome. <a style="color: #097ac0; font-weight: bold; text-decoration: none;" href="http://event.on24.com/view/help/ehelp.html?text_language_id=en&fh=true&ngwebcast=true" target="_blank">Please visit this link</a> to determine the browser installed on your computer or to download a newer version.</p>

              <p style="color: #444444; font-size: 13px; line-height: 26px; text-align: left; margin: 28px;"><strong>TECHNICAL DIFFICULTIES</strong><br>

                Please email <a style="color: #097ac0; font-weight: bold; text-decoration: none;" href="mailto:BLWebinars@blackline.com" target="_blank">BLWebinars@blackline.com</a> for help.</p>

            </div></td>

        </tr>

      </table></td>

  </tr>

  <tr id="content-section"  class="mktoModule" mktoname="Content Body – Invite/Follow up ">

    <td><table width="100%">

        <tr>

          <td style="padding:20px; font-family:sans-serif; font-size:15px; line-height:20px; color:#444444; border-left:1px solid #ADD8E6; border-right:1px solid #ADD8E6;" class="mktEditable" id="contentMain-Follow-up"><p style="margin: 0 0 10px;">Dear Accounting Professional </p>

            <p style="margin: 0 0 10px;"> Organizations are investing a considerable amount in ERP solutions, hoping to achieve better decision-making, increased productivity, and more accurate processes.

              But many businesses have yet to take full advantage of these benefits.</p>

            <p>Our upcoming webinar is designed to help Sage Intacct users expedite an accurate month-end close.

              Experts from accounting consulting firm Armanino LLP will talk about:</p>

            <ul style="padding: 0; margin: 0; list-style-type: disc;">

              <li class="list-item-first" style="margin: 0 0 10px 20px;">Close process best practices for Sage Intacct users</li>

              <li style="margin: 0 0 10px 20px;">The functionality within Sage Intacct that can reduce financial close pain points</li>

              <li class="list-item-last" style="margin: 0 0 0 20px;">How Blackline integrates with Sage Intacct to automate the most burdensome financial close tasks</li>

            </ul></td>

        </tr>

      </table></td>

  </tr>

<tr id="contentDualImage"  class="mktoModule" mktoname="Content Dual Images – Follow Up" mktoAddByDefault="false">

<td>

<table align="center" width="100%" cellspacing="0" cellpadding="0" border="0" style="background: #dddddd; border-left: 1px solid #cccccc;border-right: 1px solid #cccccc;border-bottom: 1px solid #cccccc">

<tbody>

<tr>

<td style="line-height: 1px; font-size: 1px;" height="${topSpacer}" class="mob-top"> </td>

</tr>

<tr>

<td  align="center" valign="middle" >

<table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">

<tr>

<td align="center" height="100" style="font-family:'Roboto', Arial, sans-serif; font-size:18px; color:#444444;font-weight: bold ">

<div class="mktEditable" id="dualContentBox-Header">

<div >Learn more about BlackLine:</div>

</div>

</td>

</tr>

</table>

</td>

</tr>

<tr>

<td align="center" valign="middle" >

<table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">

<tr>

<td width="250" height="250" align="center">

<table height="250" width="100%" cellpadding="2" cellspacing="1" bgcolor="#000000">

<tr>

<td height="250" align="center">

<table height="250" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" width="100%">

<tbody>

<tr>

<td style="line-height: 1px; font-size: 1px;" height="20" class="mob-top"> </td>

</tr>

<tr>

<td align="center" >

<div class="mktoImg" id="leftBoxIcon" mktoName="Dual Box Left Icon">

<img src="https://pages.blackline.com/rs/815-GQP-915/images/desktop_icon_new-assets_blue_02.png" width="80" height="80" alt="Icon" style="display: block;text-align: center">

</div>

</td>

</tr>

<tr>

<td style="line-height: 1px; font-size: 1px;" height="10" class="mob-top"> </td>

</tr>

<tr>

<td align="center" style="font-family:'Roboto', Arial, sans-serif; font-size:16px; color:#444444; line-height: 25px; padding-left: 20px; padding-right: 20px; ">

<div class="mktoText" id="leftBoxDual1" mktoName="Body Text For Left Box">

Learn how to simplify, standardize, and automate your SAP Financial Close.

</div>

</td>

</tr>

<tr>

<td style="line-height: 1px; font-size: 1px;" height="10" class="mob-top"> </td>

</tr>

<tr>

<td align="center" valign="bottom" bgcolor="#0B7CC0" width="100%">

<div class="mktoText" id="dualLeftBtn" mktoName="Left Button">

<div>

<a style="font-size: 14px; font-weight: bold; font-family: 'Roboto', Arial, sans-serif; color: #ffffff; text-decoration: none; padding: 14px 50px; border: 2px solid #0B7CC0; display: inline-block;" href="https://www.blackline.com/resources/whitepapers/blackline-for-sap" target="_blank">LEARN MORE</a>

</div>

</div>

</td>

</tr>

</tbody>

</table>

</td>

</tr>

</table>

</td>

<td width="20"> </td>

<td width="250" height="250" align="center">

<table width="100%" height="250" cellpadding="2" cellspacing="1" bgcolor="#000000">

<tr>

<td align="center" height="250">

<table height="250" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" width="100%">

<tbody>

<tr>

<td style="line-height: 1px; font-size: 1px;" height="20" class="mob-top"> </td>

</tr>

<tr>

<td align="center" >

<div class="mktoImg" id="rightBoxIcon" mktoName="Dual Box Right Icon">

<img src="https://pages.blackline.com/rs/815-GQP-915/images/desktop_icon_content_blue_02.png" width="80" height="80" alt="Icon" style="display: block;text-align: center">

</div>

</td>

</tr>

<tr>

<td style="line-height: 1px; font-size: 1px;" height="10" class="mob-top"> </td>

</tr>

<tr>

<td align="center" style="font-family:'Roboto', Arial, sans-serif; font-size:16px; color:#444444; line-height: 25px; padding-left: 20px; padding-right: 20px;">

<div class="mktoText" id="rightBoxDual" mktoName="Body Text For Right Box">

Learn how to simplify, standardize, and automate your SAP Financial Close.

</div>

</td>

</tr>

<tr>

<td style="line-height: 1px; font-size: 1px;" height="10" class="mob-top"> </td>

</tr>

<tr>

<td align="center" valign="bottom" bgcolor="#0B7CC0" width="100%">

<div class="mktoText" id="dualRightBtn" mktoName="Right Button">

<div>

<a style="font-size: 14px; font-weight: bold; font-family: 'Roboto', Arial, sans-serif; color: #ffffff; text-decoration: none; padding: 14px 50px; border: 2px solid #0B7CC0; display: inline-block;" href="https://www.blackline.com/resources/whitepapers/blackline-for-sap" target="_blank">LEARN MORE</a>

</div>

</div>

</td>

</tr>

</tbody>

</table>

<!--[if gte mso 9]>

</v:textbox>

</v:rect>

<![endif]-->

</td>

</tr>

</table>

</td>

</tr>

</table>

</td>

</tr>

<tr>

<td style="line-height: 1px; font-size: 1px;"height="${bottomSpacer}" class="mob-bottom"> </td>

</tr>

</tbody>

</table>

</td>

</tr>

  <tr id="CTAButton"  class="mktoModule" mktoname="CTA - Button">

   <td style="background-color:${buttonBackgroundColor}; border-right:${borderDisplay};border-left:${borderDisplay};" align="center" bgcolor=" background-color:${buttonBackgroundColor}" align="center" height="60"><table>

              <tr>

                <td> </td>

              </tr>

              <tr>

                <td style="border-radius:4px; background:#0B7CC0; " ><div id="buttonRegisterNow" class="mktoText" mktoname="CTA _ Button"><a class="button-a button-a-primary" href="{{my.EventURL}}" style="background: #0B7CC0; border: 1px solid #0B7CC0; font-family: sans-serif; font-size: 15px; line-height: 15px; text-decoration: none; padding: 13px 17px; color: #ffffff; display: block;

border-radius: 4px;text-align: center;">Register Now</a></div></td>

              </tr>

              <tr>

                <td> </td>

              </tr>

            </table></td>

  </tr>

    <tr id="AddtoCalendarButton" class="mktoModule" mktoname="CTA - Add to Calendar - Button" mktoAddByDefault="false">

 

  <td style="background-color:${buttonBackgroundColor}; border-right:${borderDisplay};border-left:${borderDisplay};" align="center" bgcolor=" background-color:${buttonBackgroundColor}" align="center" height="60">

      <table >

        <tr>

          <td> </td>

        </tr>

        <tr>

          <td style="background:#0B7CC0; font-family: sans-serif; font-size: 15px; line-height: 15px; text-decoration: none; padding: 13px 17px; color: #ffffff; border-radius: 4px; " >{{my.Calendar}}</td>

        </tr>

        <tr>

          <td> </td>

        </tr>

      </table>

      </td>

 

    </tr>

 

    <tr  id="CTAButtonJoin"  class="mktoModule" mktoname="CTA - Join Now - Button" mktoAddByDefault="false">

 

   <td style="padding:20px; font-family:sans-serif; font-size:15px; line-height:20px; color:#ffffff; background-color:${buttonBackgroundColor};border-right:${borderDisplay};border-left:${borderDisplay};" align="center" bgcolor=" background-color:${buttonBackgroundColor}" align="center" >

      <table>

        <tr>

          <td> </td>

        </tr>

        <tr>

          <td style="border-radius:4px; background:#0B7CC0; " ><div id="buttonJoinNow" class="mktoText" mktoname="CTA - Join _ Button"><a class="button-a button-a-primary" href="{{my.MemberWebinarURL}}" style="background: #0B7CC0; border: 1px solid #0B7CC0; font-family: sans-serif; font-size: 15px; line-height: 15px; text-decoration: none; padding: 13px 17px; color: #ffffff; display: block;

border-radius: 4px;text-align: center;">Join Now</a></div></td>

        </tr>

        <tr>

          <td> </td>

        </tr>

      </table>

      </td>

 

    </tr>

 

  <tr id="FIWcontent"  class="mktoModule" mktoname="Content - Finance Innovation Week Details" mktoAddByDefault="false">

    <td><table style="border-top: 10px solid #fff000; border-right:1px solid #cccccc;border-left:1px solid #cccccc;">

        <tr><!-- Section 1 -->

          <td class="col" width="60%" valign="top"><table cellpadding="0" cellspacing="0">

              <tbody>

                <tr>

                  <td bgcolor="#FFFFFF" height="180" valign="top"><table cellpadding="0" cellspacing="0">

                      <tbody>

                        <tr>

                          <td class="mktEditable headline fallback-font" id="box1-title" align="left" style="font-family:'Roboto', Arial, sans-serif; padding-left:22px; padding-right:22px; "><p style="color: #14b3e5; font-size: 22px; line-height: 20px !important;"><strong>Tuesday, June 26</strong></p>

                            <p style="color: #444444; font-size: 16px; line-height: 28px !important;"><strong>BlackLine: The Future is Now</strong><br>

                              9:00 am – 10:00 am PDT</p>

                            <p style="color: #444444; font-size: 16px; line-height: 28px !important;"><strong>EXL: Process Automation: How Leading Finance Organizations Achieve Long-term ROI for RPA</strong><br>

                              11:00 am – 12:00 pm PDT</p></td>

                        </tr>

                      </tbody>

                    </table></td>

                </tr>

              </tbody>

            </table></td>

          <!-- Section 2 -->

          <td class="col" width="300" valign="top"><table cellpadding="0" cellspacing="0" align="right">

              <tbody>

                <tr>

                  <td bgcolor="#FFFFFF" height="80" valign="top"><table cellpadding="0" cellspacing="0">

                      <tbody>

                        <tr>

                          <td width="100%" bgcolor="#FFFFFF" align="right"><table width="100%" border="0" cellspacing="0" cellpadding="0">

                              <tbody>

                                <tr>

                                  <td align="left" style="padding-left:22px; padding-right:22px; "><p></p>

                                    <table>

                                      <tr>

                                        <td style="border-radius:4px; background:#0B7CC0; " ><div id="FIWButton" class="mktoText" mktoname="FIW - Button"><a class="button-a button-a-primary" href="{{my.EventURL}}" style="background: #0B7CC0; border: 1px solid #0B7CC0; font-family: sans-serif; font-size: 15px; line-height: 15px; text-decoration: none; padding: 13px 17px; color: #ffffff; display: block;

border-radius: 4px;text-align: center;">Register Now</a></div></td>

                                      </tr>

                                    </table>

                                    <p></p></td>

                                </tr>

                              </tbody>

                            </table></td>

                        </tr>

                      </tbody>

                    </table></td>

                </tr>

              </tbody>

            </table></td>

        </tr>

      </table></td>

  </tr>

  <tr id="Details"  class="mktoModule" mktoname="Content Body – Details ">

    <td><table width="100%">

        <tr>

          <td style="padding:20px; font-family:sans-serif; font-size:15px; line-height:20px; color:#555555; border-left:1px solid #ADD8E6; border-right:1px solid #ADD8E6;" class="mktEditable" id="detailsContent"><p style="margin: 0 0 10px;"><strong>Details:</strong></p>

            <p><strong>Date:</strong> {{my.EventDate}} </p>

            <p><strong>Time:</strong> {{my.EventTime}} </p></td>

        </tr>

      </table></td>

  </tr>

  <tr class="mktoModule" id="WebinarSpeakersBox" mktoname="Content - Speaker/Image" mktoAddByDefault="false">

    <td><table style="border-left: 1px solid #cccccc; border-top:1px solid #cccccc; border-right:1px solid #cccccc;" align="center" width="100%" cellspacing="0" cellpadding="0" border="0" mktoname="Content - Speakers Info" mktoAddByDefault="false">

        <tbody>

          <tr>

            <td style="line-height: ${spacerSpacer}px height:${spacerSpacer}px;" height="${spacerSpacer}"></td>

          </tr>

          <tr>

            <td style="padding-left:40px; padding-right:40px;" class="module"><table align="center" border="0" cellpadding="0" cellspacing="0" class="device-width">

                <tr>

                  <td class="smaller-header-text"><p style="color: #444444; font-size: 18px; line-height: 32px; font-weight:bold;font-family: arial;">${speakersTitle} </p></td>

                </tr>

              </table></td>

          </tr>

          <tr>

            <td style="padding-left:40px; padding-right:40px;" class="module"><table align="center" border="0" cellpadding="0" cellspacing="0" class="device-width">

                <tr>

                  <td class="smaller-header-text" style="font-size:16px; font-family:'Roboto',Arial,Sans-serif;color:000000;" align="center"><div class="mktoText" id="speakersDetailBox" mktoName="Speakers Detail Content">

                      <p><img src="${SpeakerIconImage}" width="65" height="65" border="0" style="display: block;" alt="Speaker 1" /></p>

                      <p style="font-size: 16px; line-height: 24px; color: #999999;"><strong style="color: #000000;">NAME</strong><br />

                        TITLE<br />

                        JOB DESCRIPTION <br>

                      </p>

                    </div></td>

                </tr>

              </table></td>

          </tr>

          <tr>

            <td style="line-height: ${spacerSpacer}px height:${spacerSpacer}px;" height="${spacerSpacer}"></td>

          </tr>

        </tbody>

      </table></td>

  </tr>

  <tr id="Speakers"  class="mktoModule" mktoname="Content Body – Speakers">

    <td><table width="100%">

        <tr>

          <td style="padding:20px; font-family:sans-serif; font-size:15px; line-height:20px; color:#555555; border-left:1px solid #ADD8E6; border-right:1px solid #ADD8E6;" class="mktEditable" id="speakersContent" ><p style="margin: 0 0 10px;"><strong>Speakers:</strong></p>

            <p> {{my.Speaker_1}}</p>

            <p>{{my.Speaker_2}}</p></td>

        </tr>

      </table></td>

  </tr>

  <tr id="register"  class="mktoModule" mktoname=" Content Body - Register">

    <td style="line-height: 10px"><table>

        <tr>

          <td style="padding:0px 20px; font-family:sans-serif; font-size:15px; line-height:20px; color:#555555; border-left:1px solid #ADD8E6; border-right:1px solid #ADD8E6;" class="mktEditable" id="RegisterContent"><p style="margin: 0 0 10px;"><a href="#" target="_blank">Register here</a> to learn the key strategies you need to succeed as a modern accounting organization.</p></td>

        </tr>

      </table></td>

  </tr>

  <tr id="signature"  class="mktoModule" mktoname="Content Body – Signature">

    <td><table width="100%">

        <tr>

          <td style="padding:20px; font-family:sans-serif; font-size:15px; line-height:20px; color:#555555; border-left:1px solid #ADD8E6; border-right:1px solid #ADD8E6;" class="mktEditable" id="signatureContent" ><p> Regards, <br />

              <br />

              Anthony Marino<br />

              Director, Business Development<br />

              BlackLine<br />

              <br />

              <br />

              Can’t attend? <a href="#" target="_blank">Register anyway</a>, and we’ll send you the recording after the live webinar. </p></td>

        </tr>

      </table></td>

  </tr>

  <tr id="APACsocialFooter"  class="mktoModule" mktoname="Footer - Social - APAC"  mktoAddByDefault="false" >

    <td style="background-color:${footerBackgroundColor};" bgcolor=" background-color:${footerBackgroundColor};" align="center"><table width="100%" style="">

        <tr>

          <td align="center"><p><a href="https://www.linkedin.com/company/blackline-asia-pacific" target="_blank"><img src="https://pages.blackline.com/rs/815-GQP-915/images/linkedin-logo.png" alt="LinkedIn" width="35" height="35" border="0"></a>   <a href="https://www.twitter.com/blacklineAPAC" target="_blank"><img src="https://pages.blackline.com/rs/815-GQP-915/images/twitter-logo.png" alt="Twitter"

width="35" height="35" border="0" ></a>   <a href="https://www.facebook.com/BlackLine/" target="_blank"><img src="https://pages.blackline.com/rs/815-GQP-915/images/facebook-logo.png" alt="Twitter" width="35" height="35" border="0"></a>   <!-- <a

href="https://plus.google.com/+Blackline" target="_blank"><img src="https://pages.blackline.com/rs/815-GQP-915/images/google-plus-logo.png" alt="Twitter" width="35" height="35" border="0"></a>   --> <a href="https://www.youtube.com/user/BlackLineSystems" target="_blank"><img

src="https://pages.blackline.com/rs/815-GQP-915/images/em_social_retina_youtube_02.png" alt="Twitter" width="35" height="35"></a></p></td>

        </tr>

      </table></td>

  </tr>

  <tr id="EMEAsocialFooter"  class="mktoModule" mktoname="Footer - Social - EMEA"  mktoAddByDefault="false" >

    <td style="background-color:${footerBackgroundColor};" bgcolor=" background-color:${footerBackgroundColor};" align="center"><table width="100%">

        <tr>

          <td height="100" align="center"><p><a href="https://www.linkedin.com/company/blackline-emea" target="_blank"><img src="https://pages.blackline.com/rs/815-GQP-915/images/linkedin-logo.png" alt="LinkedIn" width="35" height="35" border="0"></a>   <a href="https://twitter.com/BlackLineEMEA" target="_blank"><img src="https://pages.blackline.com/rs/815-GQP-915/images/twitter-logo.png" alt="Twitter"

width="35" height="35" border="0" ></a>   <a href="https://www.facebook.com/BlackLine/" target="_blank"><img src="https://pages.blackline.com/rs/815-GQP-915/images/facebook-logo.png" alt="Twitter" width="35" height="35" border="0"></a><!--    <a

href="https://plus.google.com/+Blackline" target="_blank"><img src="https://pages.blackline.com/rs/815-GQP-915/images/google-plus-logo.png" alt="Twitter" width="35" height="35" border="0"></a> -->   <a href="https://www.youtube.com/user/BlackLineSystems" target="_blank"><img

src="https://pages.blackline.com/rs/815-GQP-915/images/em_social_retina_youtube_02.png" alt="Twitter" width="35" height="35"></a></p></td>

        </tr>

      </table></td>

  </tr>

  <tr id="EMEA-FRsocialFooter"  class="mktoModule" mktoname="Footer - Social - EMEA-FR"  mktoAddByDefault="false" >

    <td style="background-color:${footerBackgroundColor};" bgcolor=" background-color:${footerBackgroundColor};" align="center"><table width="100%">

        <tr>

          <td height="100" align="center"><p><a href="https://www.linkedin.com/company/blackline-france" target="_blank"><img src="https://pages.blackline.com/rs/815-GQP-915/images/linkedin-logo.png" alt="LinkedIn" width="35" height="35" border="0"></a>   <a href="https://twitter.com/BlackLineFrance" target="_blank"><img src="https://pages.blackline.com/rs/815-GQP-915/images/twitter-logo.png" alt="Twitter"

width="35" height="35" border="0" ></a>   <a href="https://www.facebook.com/BlackLine/" target="_blank"><img src="https://pages.blackline.com/rs/815-GQP-915/images/facebook-logo.png" alt="Twitter" width="35" height="35" border="0"></a><!--    <a

href="https://plus.google.com/+Blackline" target="_blank"><img src="https://pages.blackline.com/rs/815-GQP-915/images/google-plus-logo.png" alt="Twitter" width="35" height="35" border="0"></a> -->   <a href="https://www.youtube.com/user/BlackLineSystems" target="_blank"><img

src="https://pages.blackline.com/rs/815-GQP-915/images/em_social_retina_youtube_02.png" alt="Twitter" width="35" height="35"></a></p></td>

        </tr>

      </table></td>

  </tr>

  <tr id="EMEA-DEsocialFooter"  class="mktoModule" mktoname="Footer - Social - EMEA-DE"  mktoAddByDefault="false" >

    <td style="background-color:${footerBackgroundColor};" bgcolor=" background-color:${footerBackgroundColor};" align="center"><table width="100%">

        <tr>

          <td height="100" align="center"><p><a href="https://www.linkedin.com/company/blackline-dach" target="_blank"><img src="https://pages.blackline.com/rs/815-GQP-915/images/linkedin-logo.png" alt="LinkedIn" width="35" height="35" border="0"></a>   <a href="https://twitter.com/BlackLineDACH" target="_blank"><img src="https://pages.blackline.com/rs/815-GQP-915/images/twitter-logo.png" alt="Twitter"

width="35" height="35" border="0" ></a><!--    <a href="https://www.facebook.com/BlackLine/" target="_blank"><img src="https://pages.blackline.com/rs/815-GQP-915/images/facebook-logo.png" alt="Twitter" width="35" height="35" border="0"></a> -->   <a

href="https://plus.google.com/+Blackline" target="_blank"><img src="https://pages.blackline.com/rs/815-GQP-915/images/google-plus-logo.png" alt="Twitter" width="35" height="35" border="0"></a>   <a href="https://www.youtube.com/user/BlackLineSystems" target="_blank"><img

src="https://pages.blackline.com/rs/815-GQP-915/images/em_social_retina_youtube_02.png" alt="Twitter" width="35" height="35"></a></p></td>

        </tr>

      </table></td>

  </tr>

  <tr id="socialFooter"  class="mktoModule" mktoname="Footer - Social -  NA">

    <td style="background-color:${footerBackgroundColor};" bgcolor=" background-color:${footerBackgroundColor};" align="center"><table width="100%">

        <tr>

          <td height="100" align="center"><p><a href="https://www.linkedin.com/company/blackline" target="_blank"><img src="https://pages.blackline.com/rs/815-GQP-915/images/linkedin-logo.png" alt="LinkedIn" width="35" height="35" border="0"></a>   <a href="https://twitter.com/blackline" target="_blank"><img src="https://pages.blackline.com/rs/815-GQP-915/images/twitter-logo.png" alt="Twitter"

width="35" height="35" border="0" ></a>   <a href="https://www.facebook.com/BlackLine/" target="_blank"><img src="https://pages.blackline.com/rs/815-GQP-915/images/facebook-logo.png" alt="Twitter" width="35" height="35" border="0"></a><!--    <a

href="https://plus.google.com/+Blackline" target="_blank"><img src="https://pages.blackline.com/rs/815-GQP-915/images/google-plus-logo.png" alt="Twitter" width="35" height="35" border="0"></a> -->   <a href="https://www.youtube.com/user/BlackLineSystems" target="_blank"><img

src="https://pages.blackline.com/rs/815-GQP-915/images/em_social_retina_youtube_02.png" alt="Twitter" width="35" height="35"></a></p></td>

        </tr>

      </table></td>

  </tr>

  <tr id="questionsFooter"  class="mktoModule" mktoname="Footer - More Questions" mktoAddByDefault="false">

    <td style="background-color:${footerBackgroundColor};" bgcolor=" background-color:${footerBackgroundColor};" align="center"><table width="100%">

        <tr>

          <td align="center" valign="middle" width="100%" class="mktEditable" id="questions" style="font-family:'Roboto', Arial, sans-serif; font-size:16px; color:#ffffff; " bgcolor="#000000" height="80">More questions? Send an e-mail to<br>

            <a href="mailto:info@blackline.com" style="text-decoration: none; color: #3cafe4;">info@blackline.com</a></td>

        </tr>

      </table></td>

  </tr>

  <tr  id="trustFooter"  class="mktoModule" mktoname="Footer - Trust Footer" mktoAddByDefault="false">

    <td bgcolor="#000000" align="center" style="text-align: center;border-top:1px solid #cccccc;"><table width="100%">

        <tr>

          <td class="fallback-font" align="center" valign="middle" style="padding: 0; font-family: 'Roboto', Arial, sans-serif; color: #999999;" height="100"><a href="http://www.blackline.com" style="color: #ffffff; font-weight: 400; text-decoration: none; font-size: 18px;" target="_blank">Trust is in the Balance™</a></td>

        </tr>

      </table></td>

  </tr>

</table>

<!--[if mso | IE]>

    </td>

   

</tr>

   

</table>

    <![endif]-->

Mark_Price
Level 7

Re: 2.0 Email Template Corrupted

What happens if you make a new email from the template?

If the new email works, than it could be that new mktoModules were added to the template which can cause this error on emails that were approved with the old layout..  

Chris_Reed
Level 1

Re: 2.0 Email Template Corrupted

Yeah, if I create a new email from the template I can edit it but I cannot edit any existing emails created from the template. Also, there were no new mktoModules added to the template. I believe this is a webkit  error but I am not sure why it happened and/or how to fix it.