I created two different tokens with HTML to list field values in a table (New Accounts and Superseded Accounts). The same token (Superseded Accounts) is present in two different email activities in separate branches of a conditional decision. Although I entered the same token into the two different emails, the border appears different in the email that has two different table HTML tokens. In the email where the Superseded Accounts token is by itself, it appears like the New Accounts table below, but in the email that has both the New Accounts token and the Superseded Accounts token, the table borders are not formatted the same. I don't mind either format, but how do I get them to match? Has anybody encountered this?
Below is the HTML for the Superseded Accounts token, which is the same as the New Accounts token, except for one field (date opened/date superseded).
Create Token:
<style type="text/css">.tg {border-collapse:collapse;border-spacing:0;}.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}.tg .tg-e3zv{font-weight:bold}</style><table class="tg"><tr><th class="tg-031e">Client Name</th><th class="tg-031e">Account Number</th><th class="tg-031e">Date of Supersede</th><th class="tg-031e">Status</th><th class="tg-031e">Rejected Items</th><th class="tg-031e">Pending Items</th><th class="tg-031e">Maintenance Required</th> <th class="tg-031e">CIP Exception (Yes/No)</th></tr>
Modify Token for each iteration(append to existing values):
<tr><td class="tg-031e">%(RetrieveFieldValuesfromSearchSupersededAccounts_Client Name_1)</td><td class="tg-031e">%(RetrieveFieldValuesfromSearchSupersededAccounts_CDF - Account Number_All)</td><td class="tg-031e">%(RetrieveFieldValuesfromSearchSupersededAccounts_CDF - Date of Supersede)</td><td class="tg-031e">%(RetrieveFieldValuesfromSearchSupersededAccounts_CDF - Status)</td><td class="tg-031e">%(RetrieveFieldValuesfromSearchSupersededAccounts_CDF - Rejected Items)</td><td class="tg-031e">%(RetrieveFieldValuesfromSearchSupersededAccounts_CDF - Pending Items)</td><td class="tg-031e">%(RetrieveFieldValuesfromSearchSupersededAccounts_CDF - Maintenance Required Items)</td><td class="tg-031e">%(RetrieveFieldValuesfromSearchSupersededAccounts_CDF - CIP Exceptions)</td></tr>
Modify Token (append to existing values):
</table>
Superseded Accounts token (the same in both emails):
%(List of Outstanding Superseded Accounts#[]##"HTML"#)