i am developing HTML emails and no wonder, making it good on outlook is painstakingly challenging. is there any way you can inspect elements on outlook the way we usually do on browser console?
CodePudding user response:
In Microsoft Outlook, double-click to open an email. You’ll see an “Actions” menu under the “Message” tab. Click on that menu and select the “Other Actions,” then click on “View Source” to see the HTML code.
CodePudding user response:
Simple answer, no. There are ways to grab the source code using the steps @PaulS detailed.
I would also look into reading 'how-to code for Outlook' articles. Plenty of them out there and they'll give you an idea of where you could add Outlook only code to make your layouts work as they do in other email clients or simply learn how to adjust/adapt your code to work everywhere.