Jump to content

Table with border between rows and columns


PF2G

Recommended Posts

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>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.