
Announcements
Hi,
i have been trying to add a checkbox to my email which i formatted using HTML. Unfortunately the checkbox is displayed properly on my company's outlook desktop app while on the client's outlook desktop app it is displayed as plain text. In the web browser it works on both sides. Please refer to the screenshots.
As for the code, i tried different ways to have the checkbox displayed, for example:
<form>
<p style='margin-top:0.2cm; margin-right:0cm; margin-bottom:0cm; margin-left:0.5cm; padding-left: 2pt; line-height:107%;font-size:15px; font-family:"Arial";'><input type="checkbox" value="10"> Enter your checkbox text here</p>
</form>
Does anyone have a solution / workaround?
Thanks!