Set cellpadding and cellspacing in CSS?

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

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

28条回答
  •  感情败类
    2020-11-22 02:36

    I suggest this and all the cells for the particular table are effected.

    table.tbl_classname td, th {
        padding: 5px 5px 5px 4px   ;
     }

提交回复
热议问题