HTML table moving to center

waka-boy

New Member
So I have problem with my html table. I'm trying to move it to middle, but it keeps moving right.I have tried many different ways, butthis is, what I have done so far:\[code\]<style type="text/css">table.gridtable2 { font-size:11px; border: none;}table.gridtable2 th { padding: 7px; color:#008CBD; background: rgba(0,0,0,0.3);}table.gridtable2 td { padding: 6px; color:#FFFFFF; background: rgba(0,0,0,0.2);}table.gridtable2 tr { text-align: center;}</style> <table class="gridtable2" width="539" cellspacing="0" cellpadding="0"> <tr> <th></th> <th>Title</th> <th></th> </tr> <tr> <td>Sold</td> <td>-</td> <td>0
 
Back
Top