Recipe: Center Alignment for the Loan Status Milestone Update merge field

Overview

When configuring milestones email templates, you may wish to have the merge field table alignment set to center instead of being left-aligned. To do so, you can use a variation of the following code when entering your template body:

 

 

<p style="text-align: center;"><strong>LOAN PROGRESS#{if ExpectedClosing} 
FOR PROJECTED CLOSING DATE OF ${ExpectedClosing}#{/if}</strong></p>

<div align="center" class="button-container center" style="padding-right:
0px; padding-left: 0px; padding-top:0px; padding-bottom:30px;">
<strong>${LoanProgressTable}</strong></div>

 

Please note that this is an example code, and may need adjustments for your exact specifications

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Article is closed for comments.