This web part lets you embed your own HTML and CSS on SharePoint pages across the site collection. Place your local html file on the site, i.e. placed under SiteAssets. Copy the file's path and paste it in the web part property panel, see further down on this page for examples.
SharePoint Administrator for app catalog deployment. Normally, I'd recommend that site owners add the extention manually per site.
| Solution | Author(s) |
|---|---|
| pol-menu | Pål Olav Loftesnes (www.paalolav.no) |
| Version | Date | Comments |
|---|---|---|
| 1.0 | Febryar 6, 2025 | Initial release |
THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
- Clone this repository
- Ensure that you are at the solution folder
- in the command-line run:
npm installgulp bundle --ship
gulp package-solution --shipgulp serveWeb part that enables you to add HTML and CSS styling to any SharePoint site. Ideal for creating menus, embedding external sites with more control than the standard Embed web part.