Css – Border radius not working on outlook desktop
The border-radius to make the button round don't work in outlook desktop. here's the code i try in html <table border="0" cellspacing="0" cellpadding="10" valign="top"> <tr> <td class="outlook-btn" align="center" style="font-size:18px; background-color:#FFFFFF;"> <font face="Arial, sans-serif"> <a href="#" style="padding: 10px 25px; border-radius:5px; color:#df0024;…