Mailchimp newsletter coding problem

Luux

New Member
Hey,

Im having some problems in getting a custom coded Newsletter template in Mailchimp to work right.

When i see the Newsletter in regular HTML it works fine. (http://screencast.com/t/9MSlqI0DkBM)

It also looks fine in Mailchimps Pop-op Viewer. (http://screencast.com/t/V8wXwv0IE)

But in the Editor and in the end result that is recieved in the mailbox (when sending a test) Its messed up.

It looks like it creates a few px margen on top/under each table. (http://screencast.com/t/gLnIPoESv)

Any clue on why this is happening and how i can fix this ?

Thanks
 

websonalized

New Member
I think those are table borders. Look into the html code of the version not working, and look for tag table. If you have table's as your page scafolding, add the style

<table style="border: none;">
 
Top