HTML Button Using a Table

HTML Button Using a Table

Go to Google Site

<table style=”border-radius: 6px;” cellspacing=”0″ cellpadding=”0″ border=”0″ align=”center”>
    <tbody>
        <tr>
            <td style=”font-size: 16px; font-family: Arial, sans-serif; vertical-align: middle; font-weight: bold; color: #ffffff; background-color: #0065bd; -webkit-text-size-adjust: none; padding: 10px 30px 10px 30px; border-radius: 6px;” align=”center”>
<a style=”border-radius: 6px; text-decoration: none; width: 100%; vertical-align: middle; color: #ffffff;” href=”http://www.google.com” target=”_blank”>Go to Google site</a></td>
        </tr>
    </tbody>
</table>