As shown in the picture, the td width here is inconsistent. How can I follow the width of the header?
Usually, only set the th width, no need to set the width of td. In addition, try to use thead and tbody
Generally speaking, they are aligned, try rewriting them. Or is there a change in your source code that causes it to be misaligned
This bug has been around for a long time and it is not your problem. Just remove the height attribute when declaring the table.
Usually, only set the th width, no need to set the width of td. In addition, try to use thead and tbody
Generally speaking, they are aligned, try rewriting them. Or is there a change in your source code that causes it to be misaligned
This bug has been around for a long time and it is not your problem.
Just remove the height attribute when declaring the table.