Set cellpadding and cellspacing in CSS?

前端 未结 28 1470
暖寄归人
暖寄归人 2020-11-22 02:15

In an HTML table, the cellpadding and cellspacing can be set like this:

28条回答
  •  没有蜡笔的小新
    2020-11-22 02:43

    TBH. For all the fannying around with CSS you might as well just use cellpadding="0" cellspacing="0" since they are not deprecated...

    Anyone else suggesting margins on

's obviously has not tried this.

提交回复
热议问题