I have an automated email that I am sending using Power Automate. However, my inline CSS does not entirely appear in Outlook although it does appear in web browser.
Also, the img tag only displays alt text rather than the picture. This is another deviation between Outlook and web browser.
<tr align="center" style="height: 70">
<td style="font-family: sans-serif; font-size: 24px; color: black; background-color: slategray;">
<a href="https://app.powerbi.com" target="_blank">
<img src="https://sharepoint.com/picture.png" alt="picture" width="400" height="200">
</a>
</td>
</tr>
Any assistance on how to correct these issues would be much appreciated. Thanks!