Home Forums Theme support Table border = 0 also displays a border Reply To: Table border = 0 also displays a border

Hi,

it’s not the border of the table itself, it’s the border of the “td” element, you can use this css code to remove it:

#content table td {
border-bottom:0px none;
}