Hi,
Is there a way to have a link that opens up a new tab but keeps the browser in the current tab?
Thanks
Here is my site Read-Only: LINK
(how to share your site Read-Only link)
Hi,
Is there a way to have a link that opens up a new tab but keeps the browser in the current tab?
Thanks
Here is my site Read-Only: LINK
(how to share your site Read-Only link)
If not, is there a way to make it that the link automatically downloads a document?
Hi @S_M
If you were to use Dropbox, you can add ?dl=1
to the end of the link url. This will auto download the document. For example:
https://www.dropbox.com/s/userId/fileId?dl=1
try adding a download
attribute to your link element: HTML a download Attribute
Thank you all! Very helpful.