If you are creating a blog or a website, and you want to put downloadable documents, there are ways you can create the download button and link it to your documents.
For the button to work out perfectly, the documents to be downloaded should be in the same folder as the other documents.
The link of the document should now be mounted into the website code e.g. if "post/edit/310299486750145624" is the document link, now the code should be like
create a button like this;
<button class="btn"><i class="fa fa-download"></i> Download</button>
Make sure you position your button at the preferred place.
Then give your button a class so that the program can know what it's going to do.
The full button code;
No comments:
Post a Comment