+ 1
How can I make a table without all bordering rows and columns?
I need a table like where a border for around the table. And a single border for the heading of the table and then without border. How can I make a table without border?
1 Réponse
0
Use CSS. table tr td { border: none; }