Skip to main content
Participating Frequently
March 14, 2024
Frage

Link button

  • March 14, 2024
  • 7 Antworten
  • 213 Ansichten

Everything works when i'm finished with mij HTML file. When i watch in preview the link behind the button works en lead to the right page. But, when i publish my file as an HTML file and save it. it doesn't work anymore when i open the saved HTML file. How can i fix this?

    Dieses Thema wurde für Antworten geschlossen.

    7 Antworten

    kglad
    Community Expert
    Community Expert
    March 14, 2024

    if you're opening the html on your computer with your browser, you're probably triggering a cross-domain error.

    Participating Frequently
    March 14, 2024

    Okay and you know how i make it work?

    kglad
    Community Expert
    Community Expert
    March 14, 2024

    <a href="your file.pdf" download="file">sheet music</a>

     

    that's an answer to another post on another thread.