You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have added a table to my automation email, but I need it to be centered. But for some reason it is not centering
<table style="width:40%" class="center">
<tr>
<th colspan="2" style="background-color: #DDDDDD; text-align: center"><a href= "https://www.cisco.com"> Cisco.com</a> |<a href="http://www.cisco.com/en/US/swassets/sw293/privacy_statement.html?elqTrackId=8ddd85d372ab4167ae3254c8af157b56"> Privacy Statement</a> | <a href="http://www.cisco.com/en/US/swassets/sw293/trademark_statement.html?elqTrackId=846847c84bff44b6a94283e5b5e27f6b">Trademarks</a><br>
© 2022 Cisco and/or its affiliates. All rights reserved.</th>
</tr>
</table>
<!DOCTYPE html>
<html>
<head>
<style>
table.center {
margin-left: auto;
margin-right: auto;
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.