开发者

Emailer question using tables

开发者 https://www.devze.com 2023-03-25 19:36 出处:网络
I\'m working on a simple mailer with html. I have been reading tables are the way to go and inline styling to be safe.

I'm working on a simple mailer with html. I have been reading tables are the way to go and inline styling to be safe.

When I setup my td there is a space between that I can't seem to figure out why its happening.

here is a jsfiddle example : http://jsfiddle.net/rcZZ开发者_StackOverflow中文版b/1/

As you can see there is a white space bettween the header and the banner.If I put another td below that there is a space between that too.


Try setting line-height:0 on the <td>

jsfiddle

0

精彩评论

暂无评论...
验证码 换一张
取 消