Started a new discussion: Outlook 365 update has added extra padding to the width of my tables
On February 6 tech support told me they recently updated Outlook Office 365 preview to version 2411 and build 18227.20222.
Started a new discussion: Iphone 14 dark mode ignoring meta name="color-scheme" content="light"
Thanks for your response. I believe my issue was due to a rendering bug specific to iPhone SE.
I was able to fix the display issue by applying a border-radius to all 4 corners of the container table, then applying a border radius to only the top left corner of the td tag.
<table role="presentation" style="width:100%;max-width:640px;background-color:#dd2834;border-radius:60px;Margin:0 auto;" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td style="background-color:#dd2834;border-radius: 60px 0 0 0 ;">
Started a new discussion: iPhone SE (Gen2) iOS 13.4 border-radius is not rounding properly
Started a new discussion: Applying a link to image on top of a background image in Windows Mail 10
Started a new discussion: Applying a link to an image over a background image in Windows Mail 10 and 11
Try using some mso conditional code for the image. You'll need to change the positioning (top:0px/left:0px) but this code should make the image show in Windows 10.
<!--[if mso 16]>
<v:image href="#" src="my-overlay-image.png" style="position:absolute;top:0px;left:0px;width:151px;height:27px;">
< /v:image >
<![endif]-->
<!--[if !mso 16]><!-- -->
<a href="#" target="_blank">
<img alt="logo" class="logowidth" src="my-overlay-image.png" width="151" border="0" height="27" />
</a>
<!--<![endif]-->
Note: Content under the image will need wrapped in a MSO conditional table to push down below graphic.
<!--[if (gt mso 15)|(IE)]><table align="center" cellpadding="0" cellspacing="0" border="0" style="width:640px;"><tr><td align="center" style="padding-top:112px;"><![endif]-->
Your content here...
<!--[if (gt mso 15)|(IE)]></td></tr></table><![endif]-->
You may also need to add z-index to the textbox and rect VML code like so...
<v:image xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style=" border: 0;display: inline-block; width: 640px; height: 112px;" src="mybackground-image.png" />
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style=" border: 0;display: inline-block;position: absolute; width: 640px; height: 112px; z-index:1;">
<v:fill class="darkmode" opacity="0%" color="#F5F5F5" />
<v:textbox inset="0,0,0,0;z-index:2;">