+ 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 .
1 Answer
+ 3
add this to your table's style (CSS):
border-right:none;