Issue: After clicking on a link that downloads content, all other links that have target=\"_blank\" and no download attr download when clicked instead of openin
With regards to your issue mention above, you have a couple of option to download a file:
Open file in same window:
Click to Download
Open file in new window:
Click to Download
Force file download window:
However, if you want to force the file to download, by prompting a download pop-up box (to open or save), then all you need to do is add ‘download’ to the link as seen below:
Click to Download
Therefore, your edited code could look something like this:
Instructions
Hope this helps you!