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.
536 questions
0
votes
0
answers
20
views
How to extract full rendered HTML DOM of a SharePoint site?
I'm working on a SharePoint site data ingestion pipeline. My goal is to extract complete page content (including text, links, and other embedded information) from modern SharePoint pages (.aspx sites) ...
0
votes
0
answers
8
views
How can I have two phrases on a one column row but have one left-aligned and the other right-aligned?
I have a SharePoint page that houses Step-by-Step guides for our training documents. We have created a table for all of the documents. Each row (except for the Header row) has 3 columns - one for the ...
0
votes
0
answers
35
views
How can i get this navigation display template HTML and CSS to work
I am trying to recreate this react content query navigation display template
Using data from this list
UPDATE: So far i have got this far:
However i still cant get the titles to appear under the ...
0
votes
1
answer
1k
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
46
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
58
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
147
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
387
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
792
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
704
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
175
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
465
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
430
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
44
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 ...
