I am trying to put together a html email for a client. I’m used to XHTMl/CSS so its proving to be a complete pain as I believe old school tables are the correct way to go. I have chopped up my image using Photoshop slicing tool. Exported and added links using dreamweaver. All works fine in browser and in Outllok, but webmail has random gaps between rows. The code seems fine, so it doesn’t make any sense!
Share
Finally sussed the issue – all images need to have display:block and border:0 to clear the gaps!!