Align text in a table header

后端 未结 8 2254
生来不讨喜
生来不讨喜 2021-02-06 20:37

It seems align is not working for the th element. Here is my HTML:

8条回答
  •  Happy的楠姐
    2021-02-06 21:04

    For me none of the above worked. I think it is because I have two levels of header and a fixed width on level 1. So I couldn't align the text inside the corresponding columns on level 2.

    +---------------------------+
    |           lvl 1           |
    +---------------------------+
    | lvl 2 col a | lvl 2 col b |
    +---------------------------+
    

    I had to use the combination of width:auto and text:align-center :

    lvl 2 col a
    lvl 2 col b
    

提交回复
热议问题