I have a peculiar and frustrating problem. For the simple markup:
9条回答 没有蜡笔的小新 (楼主) 2020-12-02 15:41 You may also want to add table td { border:0; } the above is equivalent to setting cellpadding="0" it gets rid of the padding automatically added to cells by browsers which may depend on doctype and/or any CSS used to reset default browser styles 0 讨论(0) 查看其它9个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
You may also want to add
table td { border:0; }
the above is equivalent to setting cellpadding="0"
it gets rid of the padding automatically added to cells by browsers which may depend on doctype and/or any CSS used to reset default browser styles