PF2G Posted July 7, 2012 Share Posted July 7, 2012 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> Quote Link to comment Share on other sites More sharing options...
xyph Posted July 7, 2012 Share Posted July 7, 2012 This kind of stuff should be googled. You need to apply a border to the TDs within the table. Quote Link to comment Share on other sites More sharing options...
PF2G Posted July 7, 2012 Author Share Posted July 7, 2012 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. Quote Link to comment Share on other sites More sharing options...
hakimserwa Posted July 8, 2012 Share Posted July 8, 2012 what are you trying to archieve? do you just want borders on your table? just put a border on your table tag <table border="1"> <tr> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.