We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 17576
    • 2 Posts
    I have upload my pdf documents into "/templates/sitename/docs/file.pdf "- but how do i link the name of the file to the pdf? what code do i use in the web page?
      • 4310
      • 2,310 Posts
      Personally I would have put them in assets/docs, but as you have it now :
      <a href="assets/templates/sitename/docs/file.pdf" title="My PDF">My PDF</a>

      If that’s what you mean.
        • 17576
        • 2 Posts
        awesome! That worked! Thanks so much!