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>

Link to comment
Share on other sites

This kind of stuff should be googled.

 

You need to apply a border to the TDs within the table.

 

that's what i did in the first place but it's all seperated, then i used:

border-collapse:collapse;

 

and nothing happened.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.