como centrar una tabla

Iniciado por Siempre Azul, 5 Febrero 2014, 02:30 AM

0 Miembros y 1 Visitante están viendo este tema.

Siempre Azul

hola amigos como puedo hacer que cuando haga mi consulta me salga en el centro la tabla

aqui mi codigo:

   while ($row = mysql_fetch_row($result)){
       echo "<table border='1'><tr><th>Nombre</th><th>DNI</th><th>Operacion</th><th>Estado</th></tr><tr>";

echo "<td>".$row[0]."</td><td>".$row[1]."</td>
            <td>".$row[2]."</td><td>".$row[3]."</td>";

      echo "</tr></table>";
  }
   echo "</tr></table>";


gracias de antemano.
Siempre Azul, Nunca Rojo.

EFEX

GITHUB