Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,644,498
Community Members
 
Community Events
196
Community Groups

How do I center the HTML Table in the Email automation

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>

1 answer

<!DOCTYPE html>
<html>
<head>
<style>

table.center {
margin-left: auto;
margin-right: auto;
}

Suggest an answer

Log in or Sign up to answer