To centralize a html table we will need to set left and right margin css properties of table to auto and apply the css class on html table.
table{
margin-left:auto;
margin-right:auto;
}
D365, Power Platform, O365, Azure and more
D365, Power Platform, O365, Azure and more
To centralize a html table we will need to set left and right margin css properties of table to auto and apply the css class on html table.
table{
margin-left:auto;
margin-right:auto;
}