Hello Sanford - The VTL script we created here is working flawlessly - with the exception of one minor display error in the screenshot below. User error, no doubt. All the velocity script displays properly following this block of text - I just didn't show all of the rest as it's perfect. I have included the relevant top portion of the code below and hopefully, you are able to easily see why this is happening. Can you please tell me what I need to do so that does not happen and/or appear? Thanks! #set( $ISO8601WithSpace = "yyyy-MM-dd HH:mm:ss" ) #set( $defaultTimeZone = $date.getTimeZone().getTimeZone("America/Los_Angeles") ) #set( $defaultLocale = $date.getLocale() ) #set( $calNow = $date.getCalendar() ) #set( $ret = $calNow.setTimeZone($defaultTimeZone) ) #set( $calConst = $field.in($calNow) ) #set( $ISO8601 = "yyyy-MM-dd'T'HH:mm:ss" ) #set( $ISO8601DateOnly = "yyyy-MM-dd" ) ${display.list( $lead.entrySet(), "\u000a" )} #if( !$lead.dMSSubscribedDate.isEmpty() ) #set( $caldMSSubscribedDate = $convert.toCalendar( $convert.parseDate( $lead.dMSSubscribedDate, $ISO8601WithSpace, $defaultLocale, $defaultTimeZone ) ) ) #if( $date.difference($calNow,$caldMSSubscribedDate).getHours() >= -24 ) <tbody> <tr> <td colspan="3" style="line-height: 1px; font-size: 1px;" height="${FreeText2Col-top-space}"> </td> </tr> <tr> <td class="block" width="290" valign="top" style="vertical-align:top;width:290px;"> <table cellpadding="0" cellspacing="0" width="100%" border="0"> <tbody> <tr> <td style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;" valign="top"> <div id="FreeText2ColLContent71732c78-1779-4a8b-a26b-7f22327f6ca2" class="mktoText" mktoname="FreeText2ColLContent"> <div> <strong><span style="font-size: 18px;"><span style="font-family: arial,helvetica neue,helvetica,sans-serif;"></span></span></strong> <strong><span style="font-size: 18px;"><span style="font-family: arial,helvetica neue,helvetica,sans-serif;"></span></span></strong> <strong><span style="font-size: 18px;"><span style="font-family: arial,helvetica neue,helvetica,sans-serif;"></span></span></strong> <strong><span style="font-size: 18px;"><span style="font-family: arial,helvetica neue,helvetica,sans-serif;"></span></span></strong> <p><strong><span style="font-size: 18px;"><span style="font-family: arial,helvetica neue,helvetica,sans-serif;"></span></span></strong><br /></p> <p><strong><span style="font-size: 18px;"><span style="font-family: arial,helvetica neue,helvetica,sans-serif;"></span></span></strong><strong><span style="font-size: 18px;"><span style="font-family: arial,helvetica neue,helvetica,sans-serif;"></span></span></strong><strong><span style="font-size: 18px;"><span style="font-family: arial,helvetica neue,helvetica,sans-serif;">Dealertrack and RouteOne Applications</span></span></strong><span style="font-size: 14px;"><span style="font-family: arial,helvetica neue,helvetica,sans-serif;"><a href="https://{{my.LM1}}?utm_source={{my.UTMSource}}&utm_medium=email&utm_campaign={{my.UTMCampaign}}&utm_content={{my.UTMcontentW1CTA2}}" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #007c89; text-decoration: underline;"><span style="color: #0000ff;"><em><strong></strong></em></span></a></span></span></p> <p><span style="font-size: 14px; font-family: arial, helvetica, sans-serif;">No other system gives you access to more lenders. Simply structure all your finance deals and submit to your lenders and receive lender decisions without ever leaving <em><strong>DealerCenter</strong></em>. <span style="color: #0000ff;"><em><strong><a href="https://{{my.LM1}}?utm_source={{my.UTMSource}}&utm_medium=email&utm_campaign={{my.UTMCampaign}}&utm_content={{my.UTMcontentW1CTA1}}" target="_blank" id="" style="color: #0000ff;">See how it works in this video!</a></strong></em></span></span></p> <span style="font-size: 14px;"><span style="font-family: arial,helvetica neue,helvetica,sans-serif;"><a href="https://{{my.LM1}}?utm_source={{my.UTMSource}}&utm_medium=email&utm_campaign={{my.UTMCampaign}}&utm_content={{my.UTMcontentW1CTA2}}" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #007c89; text-decoration: underline;"><span style="color: #0000ff;"><em><strong></strong></em></span></a></span></span> </div> </div> </td> </tr> </tbody> </table> </td> <td class="block" width="20" style="font-size:1px;line-height:1px;"> </td> <td class="block padding_top" width="290" valign="top" style="vertical-align:top;width:290px;"> <table cellpadding="0" cellspacing="0" width="100%" border="0"> <tbody> <tr> <td style="font-size:14px; color:${TextColor}; font-family:${TextFontFamily}; mso-line-height-rule: exactly; line-height:20px;text-align:left;" valign="top"> <div id="FreeText2ColRContent71732c78-1779-4a8b-a26b-7f22327f6ca2" class="mktoText" mktoname="FreeText2ColRContent"> <table style="width: 67px; height: 29px; margin-left: auto; margin-right: auto;"> <tbody> <tr> <td><img src="https://gallery.mailchimp.com/f60eb80b4f12731362cb001a7/images/9529e54f-4754-4ac4-ae2b-ab817bcbf026.png" alt="" constrain="true" imagepreview="false" width="280" height="202" border="" align="top" /><br /></td> </tr> </tbody> </table> <p></p> </div> </td> </tr> </tbody> </table> </td> </tr> #end #end
... View more