Mailchimp:有没有办法让编码按钮的角弯曲?

Mailchimp: Is there a way to make the corners of coded buttons curved?

我使用了另一个问题的代码:

<tbody>
    <tr>
        <td align="left" valign="middle">
            <a style="background-color:#009688; color:#FFFFFF; font-family:Helvetica, Arial, sans-serif; font-size:16px; font-weight:bold; letter-spacing:-.5px; line-height:150%; padding-top:15px; padding-right:30px; padding-bottom:15px; padding-left:30px; text-decoration: none;" href="mailto:corporatesales@brother.com.au" target="_blank">Ask us how
            </a>
        </td>
        <td align="right" valign="middle">
            <a style="background-color:#009688; color:#FFFFFF; font-family:Helvetica, Arial, sans-serif; font-size:16px; font-weight:bold; letter-spacing:-.5px; line-height:150%; padding-top:15px; padding-right:30px; padding-bottom:15px; padding-left:30px; text-decoration: none;" href="http://corpsolutions.brother.com.au/" target="_blank">Find out more
            </a>
        </td>
    </tr>
</tbody>
</table>

我想知道是否有办法让各个按钮框的边角更加圆润,因为这会与电子邮件中的其他按钮匹配。

将以下内容添加到您的 style 属性中:

border-radius: 5px;
border: 2px solid #000000;