Change orientation to vertical, table rows HTML + CSS

后端 未结 5 648
鱼传尺愫
鱼传尺愫 2020-12-19 09:57

I have this table:



        
      
      
      
5条回答
  •  执念已碎
    2020-12-19 11:00

    I wonder why everybody is complicating this question. The answer is simple and clear, If you follow the right format of html table you probably wouldn`t face that problem.

row1aaaa
row1 row2 row3
aaaabbbbcccc
.rb{ border-right: 1px solid #ccc; }

Just simple and basic like that...

提交回复
热议问题