Hi, i'm trying to do a table with
border:1px solid #000000
But i want border between rows and columns.
Can someone help me, please?
Here's my table if it helps or something:
<table>
<thead rowspan=1>
<tr>
<td>Nome da Banda</td>
<td>Estilo</td>
<td>Atividade</td>
<td>Line Up Atual</td>
<td>Line Up Tour</td>
<td>Ex-Membros</td>
<td>Linguagem</td>
</tr>
</thead>
<tbody>
</tbody>
</table>