AW
0
Spacing issues with outlook 2007/2010
Hey Guys,
Having an issue with some spacing on Outlook 2007/2010
Both clients are inserting about 20px under the images on the left - googling hasn't yielded anything for me so far, anyone got any ideas?
Thanks!
Do you have display:block on the images?
Yeah, images have display block on them.
To be honest, was trying out the latest release of Zurbs Ink Framework - it did enable a quite rapid build but debugging errors has eliminated any gains. Lesson learned.
Once again, hard to say without seeing any code, but it might be down to rowspans if you have any? How have you structured the content? is the left hand content in a separate table or is it all one big table? (Does that make sense?)
It's hard to say without seeing the code. My guess is that you are floating your images, have a
<br/>
tag after your images, or you are using rowspans.