Questions tagged [html]
HyperText Markup Language (HTML) is the main markup language for displaying web pages and other information that can be displayed in a web browser.
535 questions
0
votes
0
answers
40
views
How do I get HTML from SharePoint site?
I am new to SharePoint / Power Automate but have been programming since 2019.
My job has tasked me with building a web scraper to get data from our companies internal SharePoint site (our home page is:...
0
votes
0
answers
21
views
Displaying htm File in SharePoint (modern or classic)
I am trying to display a .htm file in SharePoint. I have both the .htm file and the folder with the source files in a SP library but I can't seem to figure out how to get the .htm file to pull from ...
0
votes
1
answer
940
views
Iframe Navigation Blocked Script Execution
I am trying to set up a clickable image on my SharePoint site that navigates to another SharePoint page when clicked. I am using Embed Web Part and iframe. Here's what I have so far:
HTML Structure
...
0
votes
1
answer
34
views
html to Sharepoint aspx
I have a website created in html but now it needs to sit on a Sharepoint server. How do we make the HTML files work on a Sharepoint server?
0
votes
1
answer
30
views
Load Video on SharePoint Online Immediately
We are facing an issue loading the video on the custom landing page (using AngularJS + HTML) on SharePoint online. It takes 2-3 seconds to buffer the video after loading the page, then it's playing, ...
0
votes
1
answer
115
views
Preserving Event Handler after using "dangerouslySetInnerHTML"
I have an HTML Div element (lets call it ELEM) .
ELEM has an "onclick" event handler which does something .
I also use SPFX to create a Webpart and use it on the same page as ELEM.
I want to ...
0
votes
1
answer
2k
views
SharePoint Rich Text Column - Power Automate Document Generation flow
I have built a Power Automate flow that populates a Word document with data submitted in a SharePoint Online list. This all works well, except in that SharePoint list I have two Enhanced Rich Text ...
0
votes
1
answer
242
views
Host a static JS-enabled webpage behind SharePoint credentials
Looking for a simple solution. My clients want a static JS-enabled webpage deployed in such a way that users need to enter their SharePoint credentials in order to see it. As a result, we cannot put ...
0
votes
1
answer
583
views
Power Automate Email Action - Body won't stay in code view after Saving
I have a flow that sends an email with a logo at the top of the email body. In order to have it display in the email body, I need the Send an Email 2 action to be in Code view. Each time I change it ...
0
votes
2
answers
640
views
Running a function within a .ts file that is triggered by a button inside of a separate .tsx file
My issue is that there is an html button that exists inside of my. tsx file, and I cannot get a function to fire When that button is clicked. The tricky part is that I need for a function that exists ...
0
votes
1
answer
132
views
Modifiy HTML, CSS, JS, in Sharepoint 2019 On Premises Modern Site
I am new to SharePoint 2019 On Premises, I would like if someone can help me to know how I should do to modify a modern page of a site, I would like the basics, change the font, adjust the size of the ...
0
votes
0
answers
424
views
How to request HTML of whole page via SharePoint GraphAPI? (not only WebParts)
I'm trying to display SharePoint pages on a webpage through SharePoint GraphAPI.
I used WebPart endpoint to get HTML content of SharePoint page (https://learn.microsoft.com/en-us/graph/api/resources/...
1
vote
1
answer
387
views
Image Map not showing on Sharepoint
I have built a HTML image map which works just fine while both the HTML file and the image are on my local Desktop (i.e. same directory).
Yet as soon as I upload both to the SharePoint document ...
0
votes
0
answers
29
views
When creating a subsite using custom template in SPO Classic Site, Does the id of html elements change?
I have a SPO Classic site. In of the forms, I have CEWP that needs to access the html elements present in the page. Now this site will be used as template. I wish to know if the code will continue to ...
0
votes
0
answers
837
views
Cannot Embed HTML with JavaScript
I am trying to embed a local HTML file with inline JS on my SharePoint page. The HTML shows up but the JavaScript is blocked. The HTML file embeds, but the JavaScript does not run. Here is the error I ...