Chapsterj
Chapsterj

Reputation: 6625

Emailer question using tables

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/rcZZb/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.

Upvotes: 1

Views: 66

Answers (1)

MikeM
MikeM

Reputation: 27415

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

jsfiddle

Upvotes: 2

Related Questions