html - Table width does not work in Outlook 2010 -


i have created campaign (edm) client , works in mobile, tablet , modern browsers chrome , safari on desktop, not work in outlook 2010 on windows pc. width of table extends width of outlook window layout broke.

(imgs: when works in chrome / that's happens in outlook 2010)

here code use tables:

<table align="center" width="600px" cellpadding="0" cellspacing="0" border="0" table-layout="fixed" > <tbody><tr><td style="text-align:left" overflow: "hidden"></td></tr></table> 

thank help!

do not define widths or heights on tables rows , cells. rows invalid html. table cells can have widths when cell sharing space cell , cell needs restricted specific width. cells can have heights let content or image define , cell adhere contents dimensions.

you missing of head information required email clients correctly render design. , hadn't closed wrapping table. suggest testing on many devices possible , investing in account on litmus or email on acid test on devices , email clients...


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -