how to vertically align elements in td tag

前端 未结 4 449
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-11 14:56

I want to align 3 elements in my tag vertically in the center/middle. These are the elements that I want to align:

  1. image button (a tag)
4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-11 15:45

    Thanks to all for your help. I found the answer myself. This is the new code. Only the td tag has changed to add an additional attribute align=center. This will align all element within td tag in center.

                 
        

提交回复
热议问题