How to get table cells evenly spaced?

前端 未结 8 1924
长发绾君心
长发绾君心 2020-12-09 15:01

I\'m trying to create a page with a number of static html tables on them.

What do I need to do to get them to display each column the same size as each other column

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-09 15:33

    You could always just set the width of each td to 100%/N columns.

    
    

提交回复
热议问题