Guest User

Untitled

a guest
Jan 6th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <div id="mostrar_tabla">
  2. <form action="<?php echo $_SERVER['PHP_SELF'];?>" name="tabla_datos" id="tabla_datos" method="POST">
  3. <table class="table table-striped" id="tabla" name="tabla" width="600" border="2" cellspacing="3" cellpadding="3" style="font-size: 10pt">
  4. ...........
  5. </table>
  6. </form>
  7. </div>
  8.  
  9. #tabla{
  10. display: table;
  11. }
Add Comment
Please, Sign In to add comment