I am currently troubleshooting an email-related issue that is specifically affecting Outlook
In order to create a round Call To Action (CTA) button, I utilized Vector Markup Language (VML)
The expected result should look like this:
https://i.sstatic.net/LR5hU1Td.png
However, in Outlook, I observed that the roundrect only moves to the top left corner of the container
https://i.sstatic.net/cWyy0BPg.png
To highlight the alignment issues, I have set the background color to red or yellow
Please note that upon removing the container '<v:rect><v:fill ... ', the CTA renders correctly, indicating there might be an issue with the container itself
To implement the round CTA, I included the following code snippet inside a VML if else (if mso) block:
Placeholder for unique text here
Additionally, within the td container containing the block, the following code was present:
Another placeholder for unique text here
The entire code structure can be summarized as follows:
Complete code structure described here