I am using my own code and i would like to know if before sending the email, CC removes anything from the code. On the advanced editor though I can see everyhing that I have though. Here is the solution I implemented for the DPI scaling on Outlook: https://litmus.com/community/discussions/151-mystery-solved-dpi-scaling-in-outlook-2007-2013 So the html tag: <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:cctd="http://www.constantcontact.com/cctd"> Code on head: <!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:AllowPNG/> <o:PixelsPerInch>96</o:PixelsPerInch> </o:OfficeDocumentSettings> </xml><![endif]--> And inline styling on the images. Does CC removed the any of the above before sending the email? I am thinking that it might removes the xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" from head or the xmlns:cctd="http://www.constantcontact.com/cctd" overwrittes something? Thanks in advance! Georgia
... View more