Remove spacing between table cells and rows

前端 未结 11 1771
我寻月下人不归
我寻月下人不归 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:25

    Hi as @andrew mentioned make cellpadding = 0, you still might have some space as you are using table border=1.

提交回复
热议问题