Page 1 of 1
Button links
Posted: Sun Dec 06, 2020 4:16 pm
by windsurfer
I have a page that has a button that i changed into a download button and added this code in the html properties before the tag
<a href="/pdf/home_expenses_fillable.pdf" download>
I added a textbox above the button but that is also now a download link without me adding that, it appears to happen by itself so i am wondering why this is happening ?
http://prntscr.com/vwx8ao
Re: Button links
Posted: Sun Dec 06, 2020 4:20 pm
by Pablo
This is not the correct way to add a link to a button.
This breaks the HTML structure.
Why don't you use a standard link option? There is not need to add the code for a link yourself.
Re: Button links
Posted: Sun Dec 06, 2020 4:23 pm
by BaconFries
Why are you adding any code to the html properties? Have you read the previous replies on how to add a link? Please see the following.
https://www.wysiwygwebbuilder.com/forum ... 67#p453567 Note just providing a image does not help. If you really need help then please provide a url or a copy of the project.
Please read the following before sharing
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134
Re: Button links
Posted: Sun Dec 06, 2020 5:49 pm
by windsurfer
I am adding that code to create a download link. I don't see any other way to do this.
I have a link that opens the PDF file but i also need a download link.
Re: Button links
Posted: Sun Dec 06, 2020 6:03 pm
by Pablo