html - Edit head section in Outlook 2013 -



have question. i want ask if can edit head section in outlook. have email signature picture works in clients except outlook. in outlook, image changes dimensions , breaks layout. solution add code

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">  <head>     <!--[if gte mso 9]><xml>     <o:officedocumentsettings>     <o:allowpng/>     <o:pixelsperinch>96</o:pixelsperinch>     </o:officedocumentsettings>     </xml><![endif]--> </head> 

to header solve problem. idea? thanks


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -