top align in html table?

后端 未结 1 865
花落未央
花落未央 2021-02-11 12:56

how can i get the images and the content to the right to top align? i tried valign=\"top\" as you can see.

相关标签:
1条回答
  • 2021-02-11 13:46

    Some CSS :

    table td, table td * {
        vertical-align: top;
    }
    
    0 讨论(0)
提交回复
热议问题