Can any body tell me how do we create a table with external border at all sides except for right side ? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Can any body tell me how do we create a table with external border at all sides except for right side ?

Frame tag shouldn't be used and all internal borders must be present.The top and bottom borders of the cell(border removed cell)or column must also be removed such that data in it appears outside the table .

8th Sep 2018, 4:29 PM
Ayush
1 Resposta
+ 3
add this to your table's style (CSS): border-right:none;
8th Sep 2018, 5:04 PM
michal