Forum Discussion
shaib25
Aug 06, 2020Copper Contributor
Office 365 ATP safe links breaks links - Adds extra %20 to a link and brakes it
The link proxy converts a good link to a broken link:
This is the safelinks.protection.outlook.com proxy link
The result of that link is: "https://m.wishbox.co/p%20/ApxouXXXXX"
the expected result should be:
"https://m.wishbox.co/p/ApxouXXXXX"
- ChupakebrCopper Contributor
You can try to wrap your link with CSS i.e.
#permalink_section
{
white-space: pre-wrap; /* CSS3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}From How do I wrap text with no whitespace inside a <td>?
Check working example here.
- shaib25Copper ContributorNo i did not
- Hi,
you've posted your topic in Cortana community,
Office 365 community is here:
https://techcommunity.microsoft.com/t5/office-365/ct-p/Office365