Hello, Ilana,
sure, you have to uplaod it to some place on your server.
1. You are not allowed to upload it to your template with the button in the template editor (pdf not allowed)
2. But you can do that by "Filezilla" or other ftp clients.. Upload to "your_LS_installation/upload/templates/files/name_of_template". Now you can use the placeholder {TEMPLATEURL} in your code, like:
Code:
<a href="{TEMPLATEURL}/files/Research&amp;results.pdf" target="_blank">Click for more information</a>
3. You are not restricted to upload to a LS folder. You can upload to any place.
Then you have to use the full URL like:
Code:
<a href="https://www.server.com/path_to_document.pdf" target="_blank">Click for more information</a>
And just by inserting some bootstrap classes:
Code:
<a class="btn btn-info btn-xs" href="https://www.server.com/path_to_document.pdf" target="_blank">Click for more information</a>
you get
Best regards
Joffm
P.S. The question mark is removed in this my template