I have a peculiar and frustrating problem. For the simple markup:
9条回答 孤街浪徒 (楼主) 2020-12-02 15:48 Modify your HTML like this: 123 ab>c xyz (I added border="0" cellpadding="0" cellspacing="0") In CSS, you could do the following: table { border-collapse: collapse; } 0 讨论(0) 查看其它9个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Modify your HTML like this:
123 ab>c xyz
(I added border="0" cellpadding="0" cellspacing="0")
border="0" cellpadding="0" cellspacing="0"
In CSS, you could do the following:
table { border-collapse: collapse; }