Button links

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Locked
windsurfer
 
 
Posts: 191
Joined: Mon May 13, 2019 9:15 pm

Button links

Post 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
I used to have a photographic memory but i ran out of film !!!
User avatar
Pablo
 
Posts: 23595
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Button links

Post 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.
User avatar
BaconFries
 
 
Posts: 5974
Joined: Thu Aug 16, 2007 7:32 pm

Re: Button links

Post 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
windsurfer
 
 
Posts: 191
Joined: Mon May 13, 2019 9:15 pm

Re: Button links

Post 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.
I used to have a photographic memory but i ran out of film !!!
User avatar
Pablo
 
Posts: 23595
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Button links

Post by Pablo »

Locked