Question

Is it possible to add an Html page as a web part inside SharePoint.

I want this html page to have rows of links that once clicked, it would bring users to specific folder inside a Document Library on SharePoint.

Was it helpful?

Solution

Solution 1:

If you are using Classic experience then you can use Content Editor web part to add HTML file to SharePoint Page.

You can enable adding scripts(content editor web part) from Office 365 Admin Portal.

Reference:

  1. Content Editor Web Part.
  2. Content Editor Web Part missing in Office 365 Dev.

You can add hyperlinks inside your html code like given below:

<a href="siteUrl/DocumentLibrary/Folder1" target="_blank"> Folder1 </a>

Solution 2:

You can also use Promoted Links list in SharePoint.

Reference:

  1. How and Why to Use Promoted Links in SharePoint.
  2. How to add SharePoint Tiles, promoted links, to your site.
  3. Promoted Links App.
Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top