I am using the following code. How to put this table in the center of the page using CSS?
1) Setting horizontal alignment to auto in CSS
margin-left: auto; margin-right: auto;
2) Get vertical alignment to centre of the page add following to css
html, body { width: 100%; }
For example :
Table with css