Office 2016 HTML email anchor tags are not working/clickable - html-email

After upgrading to Windows 10 and Office 2016.. In HTML Email anchor tags are not clickable.. which are working fine in office 2013. Did anybody face this issue? Please help.

Its a bug in Office 2016, we reported this in support.

Related

Dynamics 365 Email rich text box element path cannot be removed by xrmtinymce

Dynamics 365 version 9
Ultimate goal is to remove the circled element path in the rich text box in the email.
I used XRMTinyMCE but think that I disconnected using it. When I check the solution Web Resource, there's nothing there referencing XRMTinyMCE.
I also tried to change code by add "statusbar: false" by referrencing to How to disable HTML tags from tinyMCE, but seems no matter how I change the app.js, even commenting out <script src="app.js"></script> in index.html, and then publish all, no changes are reflected in the rich text box in the email form.
What else could I try please?
https://community.dynamics.com/crm/f/117/t/270091
Actually I posted in the community and the 2 replies helped answer and solve my question.
Thank you.
CK Editor built-in feature.
Quote from the link: Dynamics 365 email form uses CKEditor that comes out of the box. You can modify the Config.js for CKEditor and add the following line to hide the html tags at the footer:
config.removePlugins = 'elementspath';
Hope that helps.

How to format the markdown for Outlook email in Office 365?

I would like to use markdown format to make my email more compact.
I tried [link](https://microsoftteams.uservoice.com/forums/555103-public/suggestions/16911154-markdown-support). But the link can still be seen in the email. How to properly achieve link markdown?
Outlook doesn't support Markdown. https://answers.microsoft.com/en-us/msoffice/forum/all/markdown-support-in-outlook/74cd161c-b3bb-4a91-9aa6-2e23c13da475

Is there a way add a website slider as a hyperlink in an Outlook 2013 email or signature?

The goal here is I've developed slider content for my site, and would like to have that same content in an email I send to a client. That content in the email is static, but the slider gets regular updates. When a customer opens an old email, I'd like them to see the newer slider content. I can get access to the exchange server if required. Is there a way to do this with signatures, or other Outlook functionality?
Outlook uses Word for rendeting message bodies. Unfortunately this fact intrudces somes restrictions to the HTML content which can be displayed in the message. You can read about supported and unsupported HTML elements, attributes, and cascading style sheets properties in the following articles:
Word 2007 HTML and CSS Rendering Capabilities in Outlook 2007 (Part 1 of 2)
Word 2007 HTML and CSS Rendering Capabilities in Outlook 2007 (Part 2 of 2)
Also Outlook prevents any JS code from ruuning on the page for the sake of security.

Is there a way to show Email content only on Outlook Browser?

Is there a way to show email content only on Outlook.com (the browser version) and hide for the rest?
Example:
<!--[if !mso]><!-- -->
Show this for all platforms except Outlook Desktop
<!--<![endif]-->
<!-- -->
Hide this for all platforms except Outlook Browser
<!-- -->
Thanks for the help
There is no trivial to get such functionality out of the box. The Outlook object model, nor the editor, doesn't provide anything for that. However, you can develop an Outlook add-in (former Mail App) which can be run on the web and display the message body. See Outlook add-ins for more information.

Bullets and numbering is not displayed in recipient mail by sending email through outlook 2007

Compose an email with bullets/numbering info in Outlook 2007 and send. Then, observe that bullets/numbering is not displayed in the recipient email inbox of Outlook 2007.
It is not clear what HTML markup you use at the moment...
Anyway, by default Outlook uses Word for rendering HTML markup of message bodies. You may find supported and unsupported HTML elements, attributes, and cascading style sheets properties in the following articles in MSDN:
Word 2007 HTML and CSS Rendering Capabilities in Outlook 2007 (Part 1 of 2)
Word 2007 HTML and CSS Rendering Capabilities in Outlook 2007 (Part 2 of 2)