Remove spacing between table cells and rows

前端 未结 11 1912
我寻月下人不归
我寻月下人不归 2021-02-01 12:49

I\'m designing an HTML email template, which forces me to use tables. In the code below, I\'m having trouble (1) removing the spacing below the placeholder image and (2) removin

11条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-01 13:27

    Put display:block on the css for the cell, and valign="top" that should do the trick

提交回复
热议问题