Removing table border around cell in HTML/CSS.?

  • Thread starter Thread starter HandyManOrNot
  • Start date Start date
H

HandyManOrNot

Guest
Cell borders can be widened with the cellspacing attribute, but the existence of a border is set at the table level. However, if you omit all cell content, you will notice that the cell border disappears.
 
I have a table row with six cells across, and a border around the table that exists only on the bottom of the table.
I don't have a border around the cells or row.
I want to remove the table border only around one of the cells.
Is that possible with css?
 
Back
Top