So outlook formats are fun, I've been trying all sorts of things trying to account for the issues I'm facing and nothing seems to work. I've tried making the widths super small. I've tried defining all 4 sides of the button. I've read about 15 different SO posts about outlook html formatting, and it seems to not shown me any insight.
Issues -
- Padding of my button doesn't show correctly
- My thick black lines are just plain not showing.
Original Code:
<div style="text-align:center">
<div>
<a href="https://mycanvasannuity.com?src=regEmaillnk">
<img src="https://canvas.azureedge.net/canvas-annuity-logo.png" alt="Canvas welcomes you!">
</a>
</div>
<div style="background-color:#000000; height:10px; width:100%; text-align:center;">
</div>
<br>
<br>
<div>
<p>You have a new task assigned for application [AppID]. Please log into the Canvas Applicant Dashboard to complete this task at your earliest convenience. </p>
</div>
<br>
<br>
<a style="background-color: black; padding: 1.5em 1.5em; color: white; text-decoration: none;" href="https://applicant.canvasannuity.com/">Applicant Dashboard</a>
<br>
<br>
<br>
<br>
<div style="background-color:#000000; height:10px; width:100%; text-align:center;">
</div>
<br>
<br>
</div>