ninjaPixel
9
Q:

align table center


  .center {
  
  margin-left: auto;
  margin-right: auto;
} 
-1
table#yourTable {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -(H/2)px -(W/2)px;
    width: Wpx;
    height: Hpx;
}
0
<table align="center">
-1

New to Communities?

Join the community