sai usare i css?

hai fatto una ricerca nel forum?


devi dare al body un text-align:center e alla tabella un margin:auto

servono due comandi per centrarla con tutti i browser


css

body {text-align:center}

table {width:700px;
height:400px;
margin:auto}