[URGENT] Document to download

Hi,

how can I add a pdf file on the website? downloadable at the click of a button?

Hi Divhunt team,

Please for reply.

@Marcel Here’s a quick way to acheive this, in your page create an embed, and here’s the code to insert into it:

a href=“URL_OF_YOUR_PDF” download=“YourDownloadFileName.pdf” style=“background-color: blue; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px;”>Download PDF

add < befor the a
chnage YourDownloadFileName.pdf with the real url of your file, upload it to divhunt or anyother cloud platform, and you can chnage the CSS (colors etc…) here:

background-color: blue; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px

Good luck with your project