html - How to remove the divide between table rows in e-mail shot? -


i mocked e-mail marketing (mail chimp) e-mail in photoshop, , exported html (using tables , inline styles (unfortunately) appears correctly in all/most e-mail clients.

however, after sending myself test e-mail see how appears in gmail account, can see there white dividing line between each row of table, cannot seem remove or find when inspect in google chrome.

can tell me how remove these dividers? full html can found @ http://pastebin.com/gjwjgeak# screenshot of how email appearing can found @ http://img521.imageshack.us/img521/346/screenshotvg.png

i found problem. has nothing borders, size of text inside cells.

your text expands , causes containing cells expand. if reduce text size or margin of paragraphs you'll achieve desired result.

i hope helps! :)


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -