Questions tagged [hyperlink]
A hyperlink (or link) is a reference to data that the reader can directly follow, or that is followed automatically
446 questions
0
votes
0
answers
44
views
How to move a folder and keep links to it?
On our SharePoint if I right-click on a folder, click "Copy link", and use that link in a document (e.g. an Open Office Document) and then someone renames the folder, the link in the ...
0
votes
0
answers
14
views
How Do You Decode a PowerPoint Slide Link?
When I create a slide link in PowerPoint, I get a link like this:
https://mysharepointsite.sharepoint.com/:p:/g/personal/some_developer/EWn1lLw3zR5Gk0jVSMXNFAsB0nLHO3yVoPT5fW_r9f6UqQ?e=SQr2r1&nav=...
2
votes
1
answer
196
views
Linking or Adding Access Database (.accdb) Files to SharePoint Page
I am trying to add Access Database files to a SharePoint page, and I have encountered several issues: .accdb files are not supported when uploaded and links to shared drives are not accepted in a ...
0
votes
0
answers
90
views
Open email template on Sharepoint
I'm trying to do something that I don't really know if can be done.
We use email templates in my department and we are trying to simplify things.
Basically we want to know if it is possible to open an ...
1
vote
1
answer
196
views
Conditionally format text as hyperlink for specific value in another field in sharepoint list
I have a SharePoint list where one of the rows needs to have a hyperlink to site. The link is a static link. I know I can create a column as hyperlinks but this particular one needs a hyperlink in ...
2
votes
2
answers
782
views
Field type link limited to 255 characters in List - how to work around this issue?
I want to have URLs in the data in a List app and want to use the Link type format for that field so that these are easily clickable by users. However the URLs are longer than 255 character limit ...
0
votes
1
answer
289
views
Force a Teams link to open in Sharepoint
My link in Teams will not open in a Sharepoint tab.
I have a list on an MS Teams site that I want to forcibly open in Sharepoint (in the browser). I need it opened in Sharepoint so users can use the '...
0
votes
0
answers
28
views
How to create a column in a document folder, that automatically displays the direct online link to the document/image?
I have a SharePoint document folder with 160 images. I would like a column in the folder, that displays the direct hyperlink of each image automatically. 'Direct' means that I want the link to display ...
0
votes
1
answer
549
views
How to update links on SharePoint Online Modern Text Editor, dynamically on many pages within site collection?
I have many Pages in SharePoint Online, with modern text editor having many document links pointing to Document library within same Site Collection. Now we are planning to move documents into multiple ...
0
votes
1
answer
846
views
How to link another markdown file in Sharepoint Online?
I have a markdown file foo.md in my Documents folder and would like to link it to a file baa.md in the same folder.
I tried following syntax in foo.md:
# Foo
[baa]
[baa]: ./baa.md
If I open foo.md ...
0
votes
1
answer
2k
views
How to create a file:/// link in Sharepoint?
If I include a file link in a desktop Word document, I am able to follow it, for example
file:///C:/
or
file:///K://my_confidential_network_folder
In Sharepoint, the link is displayed as a link but I ...
0
votes
0
answers
99
views
Populate columns based off person column
Been searching for a few days and trying multiple suggestions but to no avail. I have a person column to select a user for the data in that line. I want to create a hyperlink to open a document ...
0
votes
1
answer
4k
views
Broken Links after changing SharePoint Folder Name
We are under an Audit of our Sharepoint Folder and Files Naming conventions and we will Rename most of it to reflect new Assets organization and management.
However, we do have a Project Management ...
0
votes
1
answer
2k
views
Static HTML page (renamed to ASPX) and saved to OneDrive is displayed everywhere except on Android
I have a simple static HTML web page that had its extension renamed from HTML to ASPX, in order for it to be viewable via SharePoint, OneDrive or Teams.
This is the HTML test file I used:
<!DOCTYPE ...
0
votes
1
answer
427
views
Multiple URLs in a single JSON Hyperlilnk
I have a quick question about JSON HREF in SharePoint lists: Is it possible to trigger opening of 2 URLs in 2 new tabs by one hyperlink click? I tried some things like the one below, but they all ...