Outlook html email: Link not accepting inline css styling

Copper Contributor

I am creating html email for outlook and saving in eml format. Using inline css to style the links

If I add any external link the style works fine, but as soon as i use out sharepoint links, it ignores the inline style and defaults to some style.

 

for security reason i am not adding actual SharePoint link.

with sharepoint link:

 

<a style="color: #4272B8; text-decoration: none;font-size: 26px;" href="https://xxxxx.sharepoint.com/sites/pagelink"> Link Title </a>

 

prbhatt_1-1655888783288.png

 

Without sharepoint link

 

<a target="blank" style="color: #4272B8; text-decoration: none;font-size: 26px;" href="https://www.google.com"> Lorem ipsum dolor si amet </a>

 

prbhatt_3-1655889026537.png

 

It was working fine in previous version but stopped working since we upgraded to this version.

Please recommend way to format sharepoint links via html email in eml format.

prbhatt_0-1655887983287.png

 

 

0 Replies