Forum Discussion
Melissa Klug
Nov 22, 2017Copper Contributor
Open HTML files in browser - SharePoint Online
I'm trying to open HTML files that are saved in a Document Library created on a Team site (using Office 365 Groups). When we add HTML files to the library they will only download and then open. We wo...
leomm20
May 03, 2024Copper Contributor
My solution was to modify the img src in each html file, pointing it to the complete url path (https://company.sharepoint...../image1.png).
When you open the html file with the sharepoint's viewer, you have to allow use of 3rd party cookies if you're using Chrome (I had no trouble in Edge).
Cheers!