Need a DOWNLOAD TAG Added

If you use the regular button in Thrive, and add a link to the file, it will load it in a browser window, like this:


If however, you hard code the code: "download="filename"  (complete code below) then it will work like this:


<a href="http://link/to/file" download="FileName">Download it!</a>
>