Removing unwanted table cell borders with CSS

前端 未结 9 1106
灰色年华
灰色年华 2020-12-02 14:57

I have a peculiar and frustrating problem. For the simple markup:

9条回答
123
ab>c
xyz

(I added border="0" cellpadding="0" cellspacing="0")

In CSS, you could do the following:

table {
    border-collapse: collapse;
}

提交回复
热议问题