Center image in table td in CSS

前端 未结 9 889
萌比男神i
萌比男神i 2021-01-30 19:35

I\'ve been trying to align an image to the center of the table td. It worked with setting margin-left to a specific value but it also increased the size of td too and that isn\'

9条回答
  •  我在风中等你
    2021-01-30 19:50

    As per my analysis and search on the internet also, I could not found a way to centre the image vertically centred using

    it was possible only using because table provides the following property:

    valign="middle"
    

    提交回复
    热议问题