SOLVED

Re: Modules do not show up in Outlook

Go to solution
Anonymous
Not applicable

Modules do not show up in Outlook

I've just created a new email template with Modules and it seems to be working correctly except for on Outlook desktop. The email content shows up everywhere else when I test it, except for when I view on my own Outlook, the email is completely blank.

Can any one help? Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
JD_Nelson
Level 10 - Community Advisor

Re: Modules do not show up in Outlook

seems to pass all litmus testing:

Screenshot 2018-01-10 14.10.23.png

Maybe a local setting from your IT dept?

View solution in original post

8 REPLIES 8
Gerard_Donnell4
Level 10

Re: Modules do not show up in Outlook

Hi @stephen_schmuhl,

Can you provide some screenshots?

Do other people see it on Outlook?

Thanks,

Gerard

Anonymous
Not applicable

Re: Modules do not show up in Outlook

Here are some screenshots.... as you can see it is empty on outlook desktop, but when I view from my phone or webmail, it works fine.

Capture.PNGIMG_4411.PNG

Anonymous
Not applicable

Re: Modules do not show up in Outlook

Everyone else on my team has the same issue with the email on Outlook desktop.

JD_Nelson
Level 10 - Community Advisor

Re: Modules do not show up in Outlook

we'll need to see the code to better understand what's happening

Anonymous
Not applicable

Re: Modules do not show up in Outlook

Sure - here is the code:

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

  <head>

    <!--[if gte mso 9]>

<xml>

<o:OfficeDocumentSettings>

<o:AllowPNG/>

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

</o:OfficeDocumentSettings>

</xml>

<![endif]-->

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    <meta name="viewport" content="width=device-width" initial-scale="1.0" user-scalable="yes" />

    <meta name="format-detection" content="telephone=no" />

    <meta name="format-detection" content="date=no" />

    <meta name="format-detection" content="address=no" />

    <meta name="format-detection" content="email=no" />

    <meta name="robots" content="noindex,nofollow" />

    <title>Event Reminder</title>

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

    <link href="https://fonts.googleapis.com/css?family=Comfortaa:400,700&subset=cyrillic,cyrillic-ext,latin-ext" rel="stylesheet" type="text/css">

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

    <!--[if mso]>

<style type="text/css">

.h1,.h2,.h3,a,p,li,.mlContentContainer,.mlContentContainer .h1,.mlContentContainer .h2,.mlContentContainer .h3,.mlContentContainer a,.mlContentContainer p,.mlContentContainer li,.mlContentContainer p,.mlContentContainer .mlContentRSS{

font-family: Arial, Helvetica, sans-serif; 

}

</style>

<![endif]-->

      

    <style type="text/css">

      .ReadMsgBody{ width: 100%; }

      .ExternalClass{ width: 100%; }

      .ExternalClass *{ line-height: 100%; }

      .ExternalClass,.ExternalClass p,.ExternalClass td,.ExternalClass div,.ExternalClass span,.ExternalClass font{

        line-height:100%;

      }

      body{

        margin: 0;

        padding: 0;

      }

      body,table,td,p,a,li{

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

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

      }

      table td{ border-collapse: collapse; }

      table{

        border-spacing: 0;

        border-collapse: collapse;

      }

      p,a,li,td,blockquote{

        mso-line-height-rule: exactly;

      }

      p,a,li,td,body,table,blockquote{

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

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

      }

      img,a img{

        border: 0;

        outline: none;

        text-decoration: none;

      }

      img{

        -ms-interpolation-mode: bicubic;

      }

      a[href^=tel],a[href^=sms]{

        color: inherit;

        cursor: default;

        text-decoration: none;

      }

      a[x-apple-data-detectors]{

        color: inherit!important;

        text-decoration: none!important;

        font-size: inherit!important;

        font-family: inherit!important;

        font-weight: inherit!important;

        line-height: inherit!important;

      }

      .mlContentTable.mlFooterTable a {

        color: #000000;

      }

      .mlEmailContainer{

        max-width: 640px!important;

      }

      .mlContentContainer p a, ol li a, ul li a {

        word-break: break-word;

      }

      @-moz-document url-prefix() {

        .mlContentContainer p a, ol li a, ul li a {

          word-break: break-all;

        }

      }

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

        .mlEmailContainer{

          width: 640px!important;

        }

      }

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

        .mlTemplateContainer{

          padding: 10px 10px 0 10px;

        }

        .mlContentTable{

          width: 100%!important;

          min-width: 200px!important;

        }

        /* -- */

        .mlContentBlock{

          float: none!important;

          width: 100%!important;

        }

        /* -- */

        .mlContentOuter{

          padding-bottom: 0px!important;

          padding-left: 25px!important;

          padding-right: 25px!important;

          padding-top: 25px!important;

        }

        /* -- */

        .mlBottomContentOuter{

          padding-bottom: 25px !important;

        }

        .mlLeftRightContentOuter {

          padding-left: 5px!important;

          padding-right: 5px!important;

        }

        .mlContentContainerOuter{

          padding-left: 0px!important;

          padding-right: 0px!important;

        }

        /* -- */

        .mlContentContainer{

          padding-left: 25px!important;

          padding-right: 25px!important;

        }

        /* -- */

        .mlContentButton a,

        .mlContentButton span{

          width: auto!important;

        }

        /* -- */

        .mlContentImage img{

          height: auto!important;

          width: 100%!important;

        }

        /* -- */

        .mlContentRSS.rss_img3 img{

          height: auto!important;

          width: 100%!important;

        }

        /* -- */

        .mlContentImage{

          height: 100%!important;

          width: auto!important;

        }

        .mlContentLogo img{

          height: auto!important;

          width: 100%!important;

        }

        /* -- */

        .mlContentContainer h1{

          font-size: 24px!important;

          line-height:125%!important;

          margin-bottom: 0px!important;

        }

        /* -- */

        .mlContentContainer h2{

          font-size: 18px!important;

          line-height:125%!important;

          margin-bottom: 0px!important;

        }

        /* -- */

        .mlContentContainer h3{

          font-size: 16px!important;

          line-height:125%!important;

          margin-bottom: 0px!important;

        }

        /* -- */

        .mlContentContainer p,

        .mlContentContainer .mlContentRSS{

          font-size: 16px!important;

          line-height:150%!important;

        }

        /* -- */

        .mobileHide{

          display: none!important;

        }

        /* -- */

        .alignCenter{

          height: auto!important;

          text-align: center!important

        }

        /* -- */

        .marginBottom{

          margin-bottom: 25px!important;

        }

        /* -- */

        .mlContentHeight{

          height: auto!important;

        }

        .mlContentGap{

          height: 25px!important;

        }

        .mlDisplayInline {

          display: inline-block!important;

          float: none!important;

        }

        body{

          margin: 0px!important;

          padding: 0px!important;

        }

        body,table,td,p,a,li,blockquote{

          -webkit-text-size-adjust: none!important;

        }

      }

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

        .mlContentRSS.rss_img2 img {

          height: auto!important;

          width: 100%!important;

        }

      }

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

        .mlContentRSS.rss_img1 img {

          height: auto!important;

          width: 100%!important;

        }

      }

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

        .mlContentRSS.rss_img0 img {

          height: auto!important;

          width: 100%!important;

        }

      }

    </style>

  </head>

  <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" dir="ltr" style="padding: 0; margin: 0; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none; background: #ECF0F1;" bgcolor="#ECF0F1">

    <div id="fb-root" style="display:none"></div>

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

    <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#ECF0F1" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%">

      <tr>

        <td class="mlTemplateContainer" align="center">

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

            <tr>

              <td align="center" class="mktoContainer" id="container">

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

                <!-- Content starts here -->

                <table width="640" height="20" class="mobileHide" align="center" cellspacing="0" cellpadding="0" border="0" style="width: 640px;" class="mktoModule" id="GreySpacer" mktoName="Grey Spacer">

                  <tr>

                                

                </tr>

                </table>

                <table align="center" width="640" class="mlContentTable mktoModule" id="HeaderMod" mktoName="Header Module" cellpadding="0" cellspacing="0" border="0" style="min-width: 640px; width: 640px;">

                  <tr>

                    <td class="mlContentTable">

                      <table width="640" class="mlContentTable" cellspacing="0" cellpadding="0" border="0" bgcolor="#00aee6" align="center" style="width: 640px;">   <tr>     <td class="mlContentImage mktEditable" id="Header" mktoName="Header">               <img border="0" src="https://bucket.mlcdn.com/a/960/960810/images/f07e3cbca672901701d595e620b056e8171218e6.png/8dbd4a5d4c..." width="640" height="145" alt="" style="display: block;" />             </td>   </tr> </table>

                    </td>

                  </tr>

                </table>

                <table align="center" border="0" bgcolor="#FFFFFF" class="mlContentTable mktoModule" id="TitleMod" mktoName="Title Module" cellspacing="0" cellpadding="0" style="background: #FFFFFF; min-width: 640px; width: 640px;" width="640" id="ml-block-69497402">

                  <tr>

                    <td>

                      <table width="640" class="mlContentTable" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0" border="0" align="center" style="background: #FFFFFF; width: 640px;">

                        <tr>

                          <td align="center" class="mlContentContainer mktEditable" id="EventTitle" mktoName="Event Title" style="padding: 5px 50px 5px 50px;">

                            <h1 style="margin: 0px; font-family: 'Comfortaa', Sans-Serif; font-weight: bold; font-size: 34px; text-decoration: none; line-height: 40px; color: #123962; padding-top:10px;">

                              Your Event is Today!

                            </h1>

                          </td>

                        </tr>

                      </table>

                    </td>

                  </tr>

                </table>

               

                <table align="center" border="0" bgcolor="#FFFFFF" class="mlContentTable mktoModule" id="EventInfoMod" mktoName="Event Info Module" cellspacing="0" cellpadding="0" style="background: #FFFFFF; min-width: 640px; width: 640px;" width="640" id="ml-block-69497492">     <tr>         <td>                <table width="640" class="mlContentTable" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0" border="0" align="center" style="background: #FFFFFF; width: 640px;">          <tr>         <td align="left" class="mlContentContainer" style="padding: 15px 50px 10px 50px; font-family: Helvetica; font-size: 14px; color: #7F8C8D; line-height: 23px;">              <table class="mlContentBlock marginBottom" align="right" style="border-collapse: collapse;mso-table-lspace: 6pt;mso-table-rspace: 0pt;">                 <tr>                     <td class="mobileHide" height="155" width="30"></td>                     <td class="mlContentImage" height="155" width="233">                                                                            <img class="mktoImg" id="EventImage" mktoName="Event Image" mktoLockImgSize="false" style="display: block;margin: 0px;" border="0" src="https://bucket.mlcdn.com/a/960/960810/images/cacd09156b7999a321e3b3b850cb31071aa113c4.jpeg/31fa44d9a..." width="233" height="155" alt="" align="right">                                                              </td>                 </tr>                 <tr>                 <td height="10" class="mobileHide" colspan="2"></td>                 </tr>            </table>                                        <p class="mktEditable" id="EventInfo" mktoName="Event Info" style="margin: 0px 0px 10px 0px;        line-height: 23px;">Nulla consequat egestas erat, ut lacinia tellus hendrerit lacinia. Quisque tincidunt eros porta tempus facilisis. Nullam tincidunt ultrices turpis, vel dapibus est dictum sed. Sed auctor sapien ac lorem semper porta. </p>                  </td>     </tr> </table>          </td>     </tr> </table>

                <table align="center" border="0" bgcolor="#FFFFFF" class="mlContentTable mktoModule" id="GreyLineMod" mktoName="Grey Line Module" cellspacing="0" cellpadding="0" style="background: #FFFFFF; min-width: 640px; width: 640px;" width="640" id="ml-block-69497874">

                  <tr>

                    <td>

                      <table width="640" class="mlContentTable" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0" border="0" align="center" style="background: #FFFFFF; width: 640px;">

                        <tr>

                          <td class="mlContentContainer" style="padding: 15px 50px 0px 50px;">

                            <table width="100%" cellspacing="0" cellpadding="0" border="0" style="border-collapse: initial; border-top: 1px solid #d8d8d8;">

                              <tr>

                                <td width="100%" height="15" style="line-height: 15px;"><img src="https://bucket.mlcdn.com/images/default/spacer.gif" width="1" height="1" style="display:block;" /></td>

                              </tr>

                            </table>

                          </td>

                        </tr>

                      </table>

                    </td>

                  </tr>

                </table>

                <table align="center" border="0" bgcolor="#FFFFFF" class="mlContentTable mktoModule" mktoName="Event Details Module" id="EventDetailsMod" cellspacing="0" cellpadding="0" style="background: #FFFFFF; min-width: 640px; width: 640px;" width="640" id="ml-block-69497968">     <tr>         <td>                <table width="640" class="mlContentTable" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0" border="0" align="center" style="background: #FFFFFF; width: 640px;">      <tr>          <td align="left" class="mlContentContainer mktEditable" id="EventDetails" mktoName="Event Details" style="padding: 15px 50px 5px 50px; font-family: Helvetica; font-size: 14px; color: #7F8C8D; line-height: 23px;">                              <h2 style="line-height: 26px;        text-decoration: none;        font-weight: bold;        margin: 0px 0px 10px 0px;font-family: 'Comfortaa', Sans-Serif; font-weight: bold; font-size: 20px; color: #00aee6; text-align: left;">                                                                                       Event Details:                                                                           </h2>                          <p style="margin: 0px 0px 10px 0px;        line-height: 23px;"><strong>Date:</strong> Friday, November 10, 2017</p> <p style="margin: 0px 0px 10px 0px;        line-height: 23px;"><strong>Time:</strong> 12:00 PM CST</p> <p style="margin: 0px 0px 10px 0px;        line-height: 23px;"><strong>Venue:</strong> Venue Name, Venue Address</p>          </td>      </tr>  </table>                             </td>     </tr> </table>

                <table align="center" border="0" bgcolor="#FFFFFF" class="mlContentTable mktoModule" mktoName="Button Module" id="ButtonMod"  cellspacing="0" cellpadding="0" style="background: #FFFFFF; min-width: 640px; width: 640px;" width="640" id="ml-block-69497826">     <tr>         <td>                <table width="640" class="mlContentTable" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0" border="0" align="center" style="background: #FFFFFF; width: 640px;">      <tr>                                  <td width="540" class="mlContentContainer" cellspacing="0" cellpadding="0" border="0" style="padding: 0px 0px 0px 50px;">                  <table width="540" class="mlContentBlock" cellspacing="0" cellpadding="0" border="0" align="left" style="width: 540px;">                     <tr>                         <td class="mlContentButton mktEditable" id="button" mktoName="Button" align="center" style="padding: 15px 0px 15px 0px;">                                  <!--[if mso]>     <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" style="height:41px;v-text-anchor:middle;width:540px;" arcsize="13%" stroke="f" fillcolor="#ecb731">     <w:anchorlock/>     <center>     <![endif]--> <span class="button-1" style="background-color: #ecb731;        color: #FFFFFF;        font-family: Helvetica;        font-size: 15px;        line-height: 21px;        display: inline-block;        border-radius: 6px;        text-align: center;        text-decoration: none;        font-weight: bold;        display: block;        margin: 0px 0px;        padding: 10px 0px;width: 540px;"> Add to Calendar </span>     <!--[if mso]>     </center>     </v:roundrect>     <![endif]-->                           </td>                     </tr>                 </table>          </td>        </tr>  </table>           </td>     </tr> </table>

           

                <table align="center" border="0" bgcolor="#FFFFFF" class="mlContentTable mktoModule" id="SponsoredbyMod" mktoName="Sponsored By Module" cellspacing="0" cellpadding="0" style="background: #FFFFFF; min-width: 640px; width: 640px;" width="640" id="ml-block-76041612">

                  <tr>

                    <td>

                      <table width="640" class="mlContentTable" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0" border="0" align="center" style="background: #FFFFFF; width: 640px;">

                        <tr>

                          <td align="center" class="mlContentContainer" style="padding: 5px 50px 5px 50px;">

                            <h1 style="margin: 0px; font-family: 'Comfortaa', Sans-Serif; font-weight: bold; font-size: 24px; text-decoration: none; line-height: 40px; color: #00aee6;">

                              Sponsored by:

                            </h1>

                          </td>

                        </tr>

                      </table>

                    </td>

                  </tr>

                </table>

                <table align="center" border="0" bgcolor="#FFFFFF" class="mlContentTable mktoModule" id="2sponsorsMod" mktoName="2 Sponsors Module"  cellspacing="0" cellpadding="0" style="background: #FFFFFF; min-width: 640px; width: 640px;" width="640" id="ml-block-76041698">     <tr>         <td>                <table width="640" class="mlContentTable" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0" border="0" align="center" style="background: #FFFFFF; width: 640px; border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">      <tr>              <td class="mlContentContainer" style="padding: 15px 50px 15px 50px; mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">                                                                                                                <table cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">         <tr>             <td>                  <table class="mlContentBlock marginBottom" width="267" cellspacing="0" cellpadding="0" border="0" align="left" style="width: 267px;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">                                         <tr align="center">                         <td class="mlContentImage" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">                                                          <a style="border: none; display: block;" href="http://www.nexuminc.com">     <img src="https://farm5.staticflickr.com/4528/38172777075_dd73851078_n.jpg" width="100%" height="auto" alt="" style="display: block; max-width:267px;max-height:150px;"  />                                                              </a>                                                      </td>                     </tr>                  </table>                  <table class="mlContentBlock" width="267" cellspacing="0" cellpadding="0" border="0" align="center" style="width: 260px;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">                     <tr align="center">                        <td class="mlContentImage" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">

                  <div class="mktoImg" id="SecondSponsor" mktoName="2 Sponsors 2" mktoLockImgSize="false" mktoImgLink=""><a>

                    <img border="0" src="https://farm5.staticflickr.com/4528/38172777075_dd73851078_n.jpg" width="100%" height="auto" alt="" style="display: block; max-width:267px;max-height:150px;"  />

                    </a></div>

                  </td>                     </tr>                  </table>              </td>         </tr>     </table>                                                              </td>      </tr>      </table>             </td>     </tr> </table>

                <table align="center" border="0" bgcolor="#FFFFFF" class="mlContentTable mktoModule" id="Threesponsorsmod" mktoName="3 Sponsors Module" cellspacing="0" cellpadding="0" style="background: #FFFFFF; min-width: 640px; width: 640px;" width="640" id="ml-block-71424088">     <tr>         <td>                <table width="640" class="mlContentTable" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0" border="0" align="center" style="background: #FFFFFF; width: 640px; border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">      <tr>          <td class="mlContentContainer" style="padding: 15px 50px 15px 50px; mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">                                                                                                <table cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">         <tr>             <td>                  <table class="mlContentBlock" width="358" cellspacing="0" cellpadding="0" border="0" align="left" style="width: 358px;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">                     <tr>                         <td>                              <table class="mlContentBlock marginBottom" cellspacing="0" cellpadding="0" border="0" align="left" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">                                                                 <tr align="center">                                     <td class="mlContentImage" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">                                                                                  <a style="border: none; display: block;" href="http://www.nexuminc.com">                                                                                          <img border="0" src="https://farm5.staticflickr.com/4528/38172777075_dd73851078_n.jpg" width="100%" height="auto" alt="" style="display: block; max-width:176px; max-height:100px;"  />                                                                                      </a>                                                                              </td>                                 </tr>                              </table>                              <table class="mlContentBlock marginBottom" cellspacing="0" cellpadding="0" border="0" align="right" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">                                 <tr align="center">                                     <td class="mlContentImage" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">                                                                                                                                                                               

                  <div class="mktoImg" id="threesptwo" mktoName="3 Sponsor 2" mktoLockImgSize="False" mktoImgLink=""><a> <img border="0" src="https://farm5.staticflickr.com/4528/38172777075_dd73851078_n.jpg" width="100%" height="auto" alt="" style="display: block; max-height:100px;max-width:176px;"  />                            

                    </a></div>

                  </td>                                 </tr>                              </table>                          </td>                     </tr>                  </table>                  <table class="mlContentBlock" cellspacing="0" cellpadding="0" border="0" align="right" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">                     <tr align="center">                         <td class="mlContentImage" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">                                                                                                                               

                  <div class="mktoImg" id="threespthree" mktoName="3 Sponsor 3" mktoLockImgSize="False" mktoImgLink=""><a>

                    <img border="0" src="https://farm5.staticflickr.com/4528/38172777075_dd73851078_n.jpg" width="100%" height="auto" alt="" style="display: block; max-height:100px;max-width:176px;"  />

                    </a></div>

                  </td>                     </tr>                  </table>              </td>         </tr>     </table>                                                              </td>      </tr>  </table>             </td>     </tr> </table>

                <table align="center" width="640" class="mlContentTable mlFooterTable mktoModule" id="footerMod" mktoName="Footer Module" cellpadding="0" cellspacing="0" border="0" style="min-width: 640px; width: 640px;">

                  <tr>

                    <td class="mlContentTable">

                      <table width="640" class="mlContentTable" cellspacing="0" cellpadding="0" border="0" align="center" bgcolor="#D3D7D7" style="background: #D3D7D7; width: 640px;"> <tr> <td class="mlContentOuter mlBottomContentOuter" style="padding: 30px 50px 30px 50px; width: 540px;"> <table width="240" class="mlContentBlock marginBottom" cellpadding="0" cellspacing="0" border="0" align="left" style="width: 240px;"> <tr> <td align="left" class="alignCenter" style="padding: 0px 0px 0px 0px; vertical-align: middle; font-family: Helvetica; font-size: 11px; color: #000000;">    <p style="margin: 0px 0px 5px 0px;        padding: 0px;        line-height: 150%;font-family: Helvetica; font-weight: bold; font-size: 15px; color: #00aee6;">Nexum, Inc.</p>                   <p style="margin: 0px 0px 5px 0px;        padding: 0px;        line-height: 150%;">190 S. LaSalle Street<br />Suite 1450<br />Chicago, IL 60603<br />(312) 726-6900</p> <p style="margin: 0px 0px 5px 0px;        padding: 0px;        line-height: 150%;"> </p>            </td> </tr> </table> <table width="280" class="mlContentBlock" cellpadding="0" cellspacing="0" border="0" align="right" style="width: 280px;"> <tr>     <td class="alignCenter" style="text-align: right; padding: 0px 0px 15px 0px; font-family: Helvetica; font-size: 11px; color: #000000;">                                    <table align="right" class="mlDisplayInline" cellpadding="0" cellspacing="0" border="0">     <tr>                          <td class="mobileHide" width="10"></td>         <td class="mlLeftRightContentOuter">                  <a style="color: #000000;border: none;" href="https://www.linkedin.com/company/244940/"><img border="0" src="https://static.mailerlite.com/images/social-icons/new/set2/linkedin.png" alt="Linkedin" width="32"></a>          </td>                                       <td class="mobileHide" width="10"></td>         <td class="mlLeftRightContentOuter">                  <a style="color: #000000;border: none;" href="https://twitter.com/nexuminc"><img border="0" src="https://static.mailerlite.com/images/social-icons/new/set2/twitter.png" alt="Twitter" width="32"></a>          </td>                                       <td class="mobileHide" width="10"></td>         <td class="mlLeftRightContentOuter">                  <a style="color: #000000;border: none;" href="mailto:marketing@nexuminc.com"><img border="0" src="https://static.mailerlite.com/images/social-icons/new/set2/email.png" alt="Email" width="32"></a>          </td>                  </tr>       </table>        </td> </tr> <tr>                    <td align="right" class="alignCenter" style="padding: 0px 0px 0px 0px; font-family: Helvetica; font-size: 11px; color: #000000;">                                                                                                        <p style="margin: 0px 0px 5px 0px;        padding: 0px;        line-height: 150%;">© 2017 Nexum, Inc. All rights reserved. All registered trademarks are property of their respective owners. Questions? Contact us at <a href="mailto:marketing@nexuminc.com" style="color: #000000;">marketing@nexuminc.com</a></p>                             <p style="margin: 0px 0px 5px 0px;        padding: 0px;        line-height: 150%;padding: 0px; margin: 0px;"><a style="color: #000000;text-decoration: underline; color: #000000;" href=""><strong></strong></a></p>                                                                   </td> </tr> </table> </td> </tr> </table>

                    </td>

                  </tr>

                </table>

                <!-- Content ends here -->

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

              </td>

            </tr>

          </table>

        </td>

      </tr>

    </table>

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

  </body>

</html>

JD_Nelson
Level 10 - Community Advisor

Re: Modules do not show up in Outlook

seems to pass all litmus testing:

Screenshot 2018-01-10 14.10.23.png

Maybe a local setting from your IT dept?

Anonymous
Not applicable

Re: Modules do not show up in Outlook

Thanks! I'll have them check it out.

Anonymous
Not applicable

Re: Modules do not show up in Outlook

I was missing the <!DOCTYPE html> and that was what was causing them to not show up in my Outlook.