This code is mentioned in the video above to manually make changes to the ad in the Dynamic template.
<!– AD STARTS –>
<tr>
<td>
<table border=”0″ cellpadding=”0″ cellspacing=”0″ width=”100%”>
<tr>
<td class=”mobile-adjust” width=”300″ style=”text-align: center;”>
<div style=”width: 300px; margin: 0 auto;”>
<p style=”font-family: Arial, sans-serif; font-size: 11px; line-height: 13px; color: #cccccc; text-align: left; margin: 0;”>Advertisement</p>
<a class=”no-track” target=”_blank” href=”INSERT CLICK URL”><img src=”INSERT IMAGE URL” border=”0″ alt=”” /></a>
</div>
</td>
<td class=”mobile-adjust” style=”text-align: center”>
<h3 style=”font-family: Arial, sans-serif; font-weight: bold; font-size: 17px; line-height: 21px; color: {HeaderColor};”>Visit {Title}<br />on Facebook & Twitter!</h3>
<a style=”text-decoration: none; border: 0;” href=”{FacebookUrl}” target=”_blank”><img src=”http://media.sailthru.com/3df/1jy/3/5/53173eb3215ee.png” width=”201″ border=”0″ height=”63″ alt=”facebook-btn” /></a>
<br />
<a style=”text-decoration: none; border: 0;” href=”{TwitterUrl}” target=”_blank”><img src=”http://media.sailthru.com/3df/1jy/3/5/53173ec66adb6.png” width=”201″ border=”0″ height=”63″ alt=”twitter-btn” /></a>
</td>
</tr>
<tr>
<td style=”font-size: 0; line-height: 0; padding: 20px 0;” colspan=”2″>
<hr style=”background: #cccccc; color: #cccccc; height: 1px; border: none;” />
</td>
</tr>
</table>
</td>
</tr>
<!– AD ENDS –>