How do I add a hyperlink in one HTML file to another HTML file?

Jasiczak-Knop, Natalia 0 Reputation points
2024-05-22T10:06:49.28+00:00

I have a Documents folder, which is a Document Library type. Inside, I have a temp folder that includes two HTML files: a.html and b.html. In the a.html file, I have a link to the b.html file (<a href="b.html">B file</a>). When I open the a.html file using an HTML viewer and click on the B file hyperlink, I receive a "404 NOT FOUND" notification. I also tried using the absolute path without success. I know that I can use Pages in the Page library, but this solution doesn't help me enough.

Microsoft 365 and Office | SharePoint | For business | Windows
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. RaytheonXie_MSFT 40,471 Reputation points Microsoft External Staff
    2024-05-23T05:35:40.3533333+00:00

    Hi @Jasiczak-Knop, Natalia,

    You could use copy link in sharepoint library html viewer to get the url of B file. User's image


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Jasiczak-Knop, Natalia 0 Reputation points
    2024-05-29T13:39:36.4966667+00:00

    Hi @RaytheonXie_MSFT
    this is my folder
    User's image

    in file a.html in href paste copied link to file b.htmlUser's image

    But when I open file a.href and click on the hyperlink to file B, I have a blank page

    Open file a.htmlUser's image

    When you click the link to file B
    User's image

    The page is blank and the file name is still a.html instead of b.html, why?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.